Skip to content

Commit 9a703b1

Browse files
committed
no std
1 parent 4bfd1d2 commit 9a703b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/inspector/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
33
#![cfg_attr(not(feature = "std"), no_std)]
44

5-
// #[cfg(not(feature = "std"))]
6-
// extern crate alloc as std;
5+
#[cfg(not(feature = "std"))]
6+
extern crate alloc as std;
77

88
#[cfg(all(feature = "std", feature = "serde-json"))]
99
mod eip3155;

0 commit comments

Comments
 (0)