diff options
author | Till Hoeppner | 2015-06-09 20:24:55 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-06-09 20:24:55 +0200 |
commit | 86fe3230866082d6207eb5253f2e89623b941f63 (patch) | |
tree | 9f24a16bd18110c375920c753eae57271240d47f /src/lib.rs | |
parent | 46cca0951949828b1e2b9d7916a7a34871a49250 (diff) | |
download | ilc-86fe3230866082d6207eb5253f2e89623b941f63.tar.gz ilc-86fe3230866082d6207eb5253f2e89623b941f63.tar.xz ilc-86fe3230866082d6207eb5253f2e89623b941f63.zip |
Screw clippy, it doesn't build, and I'm unsure how to include its license. :(
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] |