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

@@ -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;