allow polkadot-primitives to compile on nightly

This commit is contained in:
Robert Habermeier
2018-01-31 22:27:07 +01:00
parent 29c3a585a1
commit 0035369f82
9 changed files with 58 additions and 30 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
//! Parachain data types.
use bytes;
use bytes::{self, Vec};
/// Unique identifier of a parachain.
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Copy, Serialize, Deserialize)]