diff --git a/rust/no-std-check/src/lib.rs b/rust/no-std-check/src/lib.rs index 98a8387a..b36f8e6f 100644 --- a/rust/no-std-check/src/lib.rs +++ b/rust/no-std-check/src/lib.rs @@ -6,7 +6,7 @@ extern crate alloc; // Import the crates that we want to check if they are fully no-std compliance -use ics23; +use ics23::*; use core::panic::PanicInfo;