Use crate nodrop -- it moved to a separate crate

This commit is contained in:
root
2015-05-21 11:54:35 +02:00
parent c146002c83
commit 8047dc621c
4 changed files with 23 additions and 47 deletions
+2
View File
@@ -8,5 +8,7 @@ script:
- |
cargo build --verbose --features "$FEATURES"
cargo test --verbose --features "$FEATURES"
cargo test --verbose --manifest-path=nodrop/Cargo.toml
cargo bench --verbose --features "$FEATURES" -- --test
cargo bench --verbose --manifest-path=nodrop/Cargo.toml -- --test
cargo doc --verbose --features "$FEATURES"