We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfd1d2 commit 9a703b1Copy full SHA for 9a703b1
crates/inspector/src/lib.rs
@@ -2,8 +2,8 @@
2
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
3
#![cfg_attr(not(feature = "std"), no_std)]
4
5
-// #[cfg(not(feature = "std"))]
6
-// extern crate alloc as std;
+#[cfg(not(feature = "std"))]
+extern crate alloc as std;
7
8
#[cfg(all(feature = "std", feature = "serde-json"))]
9
mod eip3155;
0 commit comments