diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ #![feature(plugin, slice_patterns, core, custom_derive)] #![plugin(regex_macros)] -#![cfg_attr(feature = "lints", plugin(clippy))] extern crate regex; extern crate chrono; #[macro_use] |