Skip to content

Commit

Permalink
fix ensure_no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Oct 20, 2023
1 parent 6d92354 commit ffca830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensure_no_std/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ pub extern "C" fn _start() -> ! {
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;

#[allow(unused_imports)]
use stark_types;
use starknet_types_core;

0 comments on commit ffca830

Please sign in to comment.