Skip to content

Commit d1e046f

Browse files
committed
remove obsolete import path
1 parent d9b71ce commit d1e046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ unsafe extern "C" fn main() -> ! {
5454
}
5555

5656
#[panic_handler]
57-
fn rust_panic(info: &core::panic::PanicInfo) -> ! {
57+
fn rust_panic(info: &PanicInfo) -> ! {
5858
handle_panic(info);
5959
loop {
6060
hlt();

0 commit comments

Comments
 (0)