Skip to content

Commit 711070f

Browse files
authored
Merge pull request #86 from Rust-for-Linux/rust-extern-crate
libkernel: remove leftover `extern crate`
2 parents 7eb3f10 + 3c4bddf commit 711070f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rust/kernel/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
#[cfg(not(CONFIG_RUST))]
1111
compile_error!("Missing kernel configuration for conditional compilation");
1212

13-
extern crate alloc;
14-
1513
use core::panic::PanicInfo;
1614

1715
mod allocator;

0 commit comments

Comments
 (0)