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
-3
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" }