From 86fe3230866082d6207eb5253f2e89623b941f63 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Tue, 9 Jun 2015 20:24:55 +0200 Subject: Screw clippy, it doesn't build, and I'm unsure how to include its license. :( --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index aefad34..27454b7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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] -- cgit v1.2.3