From 8cd36114972fb711792a844cb44256c0250c1f5f Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Sat, 17 Jul 2021 12:39:35 +0200
Subject: [PATCH] ref(identity):traits: simplify Debug import

---
 pallets/identity/src/traits.rs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pallets/identity/src/traits.rs b/pallets/identity/src/traits.rs
index 99c205908..92dba5318 100644
--- a/pallets/identity/src/traits.rs
+++ b/pallets/identity/src/traits.rs
@@ -18,10 +18,7 @@ use crate::*;
 use frame_support::pallet_prelude::*;
 use frame_system::pallet_prelude::*;
 use sp_runtime::traits::MaybeSerializeDeserialize;
-#[cfg(not(feature = "std"))]
 use sp_std::fmt::Debug;
-#[cfg(feature = "std")]
-use std::fmt::Debug;
 
 pub trait EnsureIdtyCallAllowed<T: Config> {
     fn create_identity(
-- 
GitLab