From d201882c6170ffa58bfd35871d317c56a5050b59 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 7 Jun 2017 11:59:28 +0200 Subject: [PATCH] Fix typo --- ci/test_full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_full.sh b/ci/test_full.sh index aac03e1..cee55eb 100755 --- a/ci/test_full.sh +++ b/ci/test_full.sh @@ -10,7 +10,7 @@ for package in bigint complex integer iter rational traits; do cargo test --manifest-path $package/Cargo.toml done -# Only num-tratis supports no_std at the moment. +# Only num-traits supports no_std at the moment. cargo build --manifest-path traits/Cargo.toml --no-default-features cargo test --manifest-path traits/Cargo.toml --no-default-features