Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add sp_std usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Jan 10, 2022
1 parent e923956 commit 9205bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/support/src/storage/types/counted_double_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use crate::{
};
use codec::{Decode, Encode, EncodeLike, FullCodec, MaxEncodedLen, Ref};
use sp_runtime::traits::Saturating;
use sp_std::prelude::*;

pub struct CountedStorageDoubleMap<
Prefix,
Expand Down

0 comments on commit 9205bdf

Please sign in to comment.