Set up clippy for serde_test

This commit is contained in:
David Tolnay
2017-01-25 20:38:21 -08:00
parent 948aa47687
commit db449c4bf2
3 changed files with 13 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
#![cfg_attr(feature = "clippy", feature(plugin))]
#![cfg_attr(feature = "clippy", plugin(clippy))]
extern crate serde;
mod assert;