Simply use cargo clippy

This commit is contained in:
gwenn 2016-05-28 11:16:55 +02:00
parent 9e49452300
commit 6a4eacc927
2 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@ time = "~0.1.0"
bitflags = "0.7"
lru-cache = "0.0.7"
libc = "~0.2"
clippy = {version = "~0.0.58", optional = true}
chrono = { version = "~0.2", optional = true }
serde_json = { version = "0.6", optional = true }

View File

@ -50,8 +50,6 @@
//! }
//! }
//! ```
#![cfg_attr(feature="clippy", feature(plugin))]
#![cfg_attr(feature="clippy", plugin(clippy))]
extern crate libc;
extern crate libsqlite3_sys as ffi;