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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 1 additions and 4 deletions

View File

@ -12,9 +12,6 @@ readme = "../README.md"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
publish = false # this branch contains breaking changes
[features]
unstable = []
[badges]
travis-ci = { repository = "serde-rs/serde" }

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