mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-19 21:31:04 +00:00
Revert "Disable clippy until Manishearth/rust-clippy#1174 is fixed"
This reverts commit 2bc1d62e50.
This commit is contained in:
@@ -17,6 +17,7 @@ plugin = true
|
||||
|
||||
[features]
|
||||
unstable-testing = [
|
||||
"clippy",
|
||||
"skeptic",
|
||||
"serde_json",
|
||||
"serde/unstable-testing",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#![feature(custom_derive, plugin)]
|
||||
#![plugin(serde_macros)]
|
||||
#![plugin(serde_macros, clippy)]
|
||||
|
||||
#![deny(identity_op)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user