Remove unneeded bounds. (#1149)

* Remove unneeded bounds.

* Other wasm.
This commit is contained in:
Gav Wood
2018-11-21 15:54:15 +01:00
committed by Bastian Köcher
parent 84b959b9e7
commit 84da9d4a02
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ macro_rules! construct_runtime {
}
#[derive(Clone, Copy, PartialEq, Eq)]
#[cfg_attr(feature = "std", derive(Debug, Serialize, Deserialize))]
#[cfg_attr(feature = "std", derive(Debug))]
pub struct $runtime;
__decl_outer_event!(
$runtime;