Document the cargo cfgs

This commit is contained in:
David Tolnay
2017-04-10 16:38:11 -07:00
parent 76ff216a5f
commit 8bbab627a0
2 changed files with 50 additions and 16 deletions
+3 -3
View File
@@ -29,10 +29,10 @@ if [ -n "${CLIPPY}" ]; then
fi
cd "$DIR/serde"
cargo clippy --features unstable-testing -- -Dclippy
cargo clippy --features unstable -- -Dclippy
cd "$DIR/serde_derive"
cargo clippy --features unstable-testing -- -Dclippy
cargo clippy --features unstable -- -Dclippy
cd "$DIR/test_suite"
cargo clippy --features unstable -- -Dclippy
@@ -47,7 +47,7 @@ else
channel build --no-default-features
channel build --no-default-features --features alloc
channel build --no-default-features --features collections
channel test --features unstable-testing
channel test --features unstable
cd "$DIR/test_suite/deps"
channel build
cd "$DIR/test_suite"