From 9c63c4b89ea0fd889f7f0fd1da71684511e6620e Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Tue, 9 Jun 2015 00:18:31 +0200 Subject: Add basic frequency counter binary --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index aabaae3..d6afd38 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,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