Remove unused unstable flag from serde_derive

This commit is contained in:
David Tolnay
2017-04-10 17:29:54 -07:00
parent ab82f09e5d
commit 0b7accf86c
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ if [ -n "${CLIPPY}" ]; then
cargo clippy --features 'rc unstable' -- -Dclippy
cd "$DIR/serde_derive"
cargo clippy --features unstable -- -Dclippy
cargo clippy -- -Dclippy
cd "$DIR/test_suite"
cargo clippy --features unstable -- -Dclippy