Skip to content
Snippets Groups Projects
Commit 8cd36114 authored by Éloïs's avatar Éloïs
Browse files

ref(identity):traits: simplify Debug import

parent 9ace763f
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment