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

Commit

Permalink
Fixed some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Apr 25, 2023
1 parent 75cb1d9 commit 6a95b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xcm/pallet-xcm-benchmarks/src/fungible/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub use pallet::*;

#[cfg(feature = "runtime-benchmarks")]
pub mod benchmarking;
#[cfg(test)]
#[cfg(feature = "runtime-benchmarks")]
mod mock;

#[frame_support::pallet]
Expand Down
2 changes: 1 addition & 1 deletion xcm/pallet-xcm-benchmarks/src/generic/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub use pallet::*;

#[cfg(feature = "runtime-benchmarks")]
pub mod benchmarking;
#[cfg(test)]
#[cfg(feature = "runtime-benchmarks")]
mod mock;

#[frame_support::pallet]
Expand Down

0 comments on commit 6a95b3d

Please sign in to comment.