Skip to content

Commit cfb8f61

Browse files
committed
Fix build
1 parent 1bf17aa commit cfb8f61

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/algo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![macro_use]
22

33

4+
use core::arch::asm;
45
use core::num::NonZeroU32;
56

67
#[panic_handler]

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![no_std]
22
#![no_main]
3-
#![feature(asm)]
43

54
mod algo;
65

0 commit comments

Comments
 (0)