Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Mar 10, 2025
1 parent 7e49e41 commit e8049ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cumulus/pallets/xcmp-queue/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ use polkadot_runtime_parachains::FeeTracker;
use scale_info::TypeInfo;
use sp_core::MAX_POSSIBLE_ALLOCATION;
use sp_runtime::{FixedU128, RuntimeDebug, Saturating, WeakBoundedVec};
use xcm::{
latest::prelude::*, VersionedLocation, VersionedXcm, WrapVersion, MAX_INSTRUCTIONS_TO_DECODE,
MAX_XCM_DECODE_DEPTH,
};
use xcm::{latest::prelude::*, VersionedLocation, VersionedXcm, WrapVersion, MAX_XCM_DECODE_DEPTH};
use xcm_builder::InspectMessageQueues;
use xcm_executor::traits::ConvertOrigin;

Expand Down

0 comments on commit e8049ab

Please sign in to comment.