frame_support::pallet_prelude: Add scale_info::TypeInfo (#10221)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2021-11-09 19:59:55 +08:00
committed by GitHub
parent 3c624174ff
commit 5d5e685ebe
4 changed files with 5 additions and 6 deletions
-1
View File
@@ -82,7 +82,6 @@ pub mod pallet {
traits::{Currency, OnUnbalanced, ReservableCurrency},
};
use frame_system::pallet_prelude::*;
use scale_info::TypeInfo;
use sp_arithmetic::{PerThing, Perquintill};
use sp_runtime::traits::{Saturating, Zero};
use sp_std::prelude::*;