fix(clippy): make clippy optional

This commit is contained in:
Christopher Brickley
2016-02-06 14:17:02 -05:00
parent 718822449f
commit da7bb8e109
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#![feature(custom_attribute, custom_derive, plugin, test)]
#![plugin(clippy)]
#![cfg_attr(feature = "clippy", plugin(clippy))]
#![plugin(serde_macros)]
extern crate num;