diff --git a/src/interrupts.rs b/src/interrupts.rs index 10fbc21f..48b9c83c 100644 --- a/src/interrupts.rs +++ b/src/interrupts.rs @@ -4,7 +4,7 @@ // problem we skip compilation of this module on Windows. #![cfg(not(windows))] -use crate::{gdt, hlt_loop, print, println}; +use crate::{gdt, print, println}; use lazy_static::lazy_static; use pic8259_simple::ChainedPics; use spin;