mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Remove wrong extern crate x86_64 from code example
This commit is contained in:
@@ -213,7 +213,6 @@ pub mod interrupts;
|
||||
|
||||
// in src/interrupts.rs
|
||||
|
||||
extern crate x86_64;
|
||||
use x86_64::structures::idt::InterruptDescriptorTable;
|
||||
|
||||
pub fn init_idt() {
|
||||
|
||||
Reference in New Issue
Block a user