Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Fixes
  • Loading branch information
gavofyork committed Oct 18, 2021
commit 130bdcfc348b86dc3e0b32a2a760b3410e166975
1 change: 1 addition & 0 deletions frame/support/src/traits/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

//! Traits for managing information attached to pallets and their constituents.

use sp_std::prelude::*;
use codec::{Decode, Encode};
use sp_runtime::RuntimeDebug;
use impl_trait_for_tuples::impl_for_tuples;
Expand Down