Skip to content

Commit a167412

Browse files
committed
make migration benchmark pub(crate)
1 parent 6971006 commit a167412

File tree

1 file changed

+1
-1
lines changed
  • substrate/frame/assets/precompiles/src

1 file changed

+1
-1
lines changed

substrate/frame/assets/precompiles/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use pallet_revive::precompiles::{
3939
pub mod foreign_assets;
4040
pub mod migration;
4141
#[cfg(feature = "runtime-benchmarks")]
42-
pub mod migration_benchmarks;
42+
pub(crate) mod migration_benchmarks;
4343
pub mod weights;
4444

4545
#[cfg(test)]

0 commit comments

Comments
 (0)