mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-16 08:48:51 +00:00
Update clippy
This commit is contained in:
@ -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 = []
|
||||
|
@ -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"]
|
||||
|
Reference in New Issue
Block a user