Fix clippy warnings (#2861)

Fix some issues reported by clippy
This commit is contained in:
Tsvetomir Dimitrov
2024-01-05 21:31:56 +02:00
committed by GitHub
parent 1c95310a66
commit cea7024de1
11 changed files with 8 additions and 16 deletions
@@ -79,8 +79,6 @@ use xcm_executor::traits::ConvertLocation;
#[cfg(feature = "runtime-benchmarks")]
use frame_support::traits::OriginTrait;
pub use pallet::*;
pub type BalanceOf<T> =
<<T as pallet::Config>::Token as Inspect<<T as frame_system::Config>::AccountId>>::Balance;
pub type AccountIdOf<T> = <T as frame_system::Config>::AccountId;