Remove sp-runtime dependency from sp-phragmen (#5786)

* Remove sp-runtime dependency from sp-phragmen

* Use regular derive(Debug) instead of RuntimeDebug
This commit is contained in:
Stanislav Tkach
2020-04-28 18:21:10 +03:00
committed by GitHub
parent 4fa5941f44
commit d870eb23e1
11 changed files with 35 additions and 33 deletions
@@ -164,7 +164,7 @@ fn struct_def(
PartialEq,
Eq,
Clone,
_phragmen::sp_runtime::RuntimeDebug,
Debug,
_phragmen::codec::Encode,
_phragmen::codec::Decode,
)]