Skip to content

Commit 3c4bddf

Browse files
committed
libkernel: remove leftover extern crate
It was the last one. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 7eb3f10 commit 3c4bddf

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)