This commit is contained in:
Vinzent Steinberg 2017-06-07 11:59:28 +02:00
parent 128e456342
commit d201882c61
1 changed files with 1 additions and 1 deletions

View File

@ -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