parity compiling fine

This commit is contained in:
debris
2016-02-19 00:50:23 +01:00
parent df3d17789a
commit 19a3daf533
5 changed files with 13 additions and 31 deletions

View File

@@ -17,7 +17,7 @@
//! Ethcore client application.
#![warn(missing_docs)]
#![feature(plugin)]
#![cfg_attr(feature="dev", feature(plugin))]
#![cfg_attr(feature="dev", plugin(clippy))]
extern crate docopt;
extern crate rustc_serialize;