Fixed a bunch of warnings (#1740)

This commit is contained in:
Arkadiy Paronyan
2019-02-08 14:55:15 +01:00
committed by Gav Wood
parent 7b0f82b4f0
commit 091e222d99
8 changed files with 6 additions and 6 deletions
-1
View File
@@ -25,7 +25,6 @@ extern crate sr_io;
#[cfg(test)]
extern crate substrate_primitives;
extern crate sr_primitives;
#[macro_use]
extern crate parity_codec_derive;
extern crate parity_codec as codec;
#[macro_use]