We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ac204 commit 50b79a1Copy full SHA for 50b79a1
benchmarking/src/lib.rs
@@ -13,6 +13,8 @@ pub use frame_benchmarking::{
13
14
#[cfg(not(feature = "std"))]
15
extern crate alloc;
16
+#[cfg(not(feature = "std"))]
17
+use alloc::{format, string::String};
18
#[cfg(feature = "std")]
19
pub use frame_benchmarking::{Analysis, BenchmarkSelector};
20
#[doc(hidden)]
0 commit comments