Skip to content

Commit 50b79a1

Browse files
committed
fix
1 parent f2ac204 commit 50b79a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarking/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ pub use frame_benchmarking::{
1313

1414
#[cfg(not(feature = "std"))]
1515
extern crate alloc;
16+
#[cfg(not(feature = "std"))]
17+
use alloc::{format, string::String};
1618
#[cfg(feature = "std")]
1719
pub use frame_benchmarking::{Analysis, BenchmarkSelector};
1820
#[doc(hidden)]

0 commit comments

Comments
 (0)