Skip to content

Commit

Permalink
no_std fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jul 22, 2024
1 parent 4b473fd commit 1990dd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/no_std_example/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@ pub extern "C" fn _start() -> ! {
loop {}
}

#[global_allocator]
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;

#[allow(unused_imports)]
use swiftness_air;
#[allow(unused_imports)]
use swiftness_commitment;
#[allow(unused_imports)]
use swiftness_pow;
#[allow(unused_imports)]
use swiftness_stark;
use swiftness_stark;

0 comments on commit 1990dd6

Please sign in to comment.