mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-16 09:01:03 +00:00
Remove unused unstable flag from serde_derive
This commit is contained in:
@@ -12,9 +12,6 @@ readme = "../README.md"
|
|||||||
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
|
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
|
||||||
publish = false # this branch contains breaking changes
|
publish = false # this branch contains breaking changes
|
||||||
|
|
||||||
[features]
|
|
||||||
unstable = []
|
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "serde-rs/serde" }
|
travis-ci = { repository = "serde-rs/serde" }
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ if [ -n "${CLIPPY}" ]; then
|
|||||||
cargo clippy --features 'rc unstable' -- -Dclippy
|
cargo clippy --features 'rc unstable' -- -Dclippy
|
||||||
|
|
||||||
cd "$DIR/serde_derive"
|
cd "$DIR/serde_derive"
|
||||||
cargo clippy --features unstable -- -Dclippy
|
cargo clippy -- -Dclippy
|
||||||
|
|
||||||
cd "$DIR/test_suite"
|
cd "$DIR/test_suite"
|
||||||
cargo clippy --features unstable -- -Dclippy
|
cargo clippy --features unstable -- -Dclippy
|
||||||
|
|||||||
Reference in New Issue
Block a user