From 266be1f35180fc0626bcb5ac69f3973a0220d571 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Mon, 6 Jul 2020 12:03:11 +0200 Subject: [PATCH] Derive `RuntimeDebug` for `Runtime` --- frame/support/procedural/src/construct_runtime/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frame/support/procedural/src/construct_runtime/mod.rs b/frame/support/procedural/src/construct_runtime/mod.rs index cac75490621aa..e4d06a06a5911 100644 --- a/frame/support/procedural/src/construct_runtime/mod.rs +++ b/frame/support/procedural/src/construct_runtime/mod.rs @@ -94,8 +94,7 @@ fn construct_runtime_parsed(definition: RuntimeDefinition) -> Result