aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTill Hoeppner2015-06-09 00:18:31 +0200
committerTill Hoeppner2015-06-09 00:18:31 +0200
commit9c63c4b89ea0fd889f7f0fd1da71684511e6620e (patch)
treeb50c0598f3aae17f2ab6e8ffad9ef0ba21d6838f /src/lib.rs
parentcd182daf35eae3739511f3751843ad01f0d489b3 (diff)
downloadilc-9c63c4b89ea0fd889f7f0fd1da71684511e6620e.tar.gz
ilc-9c63c4b89ea0fd889f7f0fd1da71684511e6620e.tar.xz
ilc-9c63c4b89ea0fd889f7f0fd1da71684511e6620e.zip
Add basic frequency counter binary
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
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]