Merge pull request #29 from achanda/update-clippy

Update clippy
This commit is contained in:
Abhishek Chanda
2016-12-21 09:40:42 +00:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"
[dependencies]
clippy = {version = "0.0.37", optional = true}
clippy = {version = "0.0.104", optional = true}
[features]
default = []

View File

@ -1,4 +1,3 @@
#![cfg_attr(feature = "dev", allow(unstable_features))]
#![cfg_attr(feature = "dev", feature(plugin))]
#![cfg_attr(feature = "dev", plugin(clippy))]
#![crate_type = "lib"]