Remove wrong extern crate x86_64 from code example

This commit is contained in:
Philipp Oppermann
2018-11-13 10:42:18 +01:00
parent f5b6b7a240
commit d9f3b3d155

View File

@@ -213,7 +213,6 @@ pub mod interrupts;
// in src/interrupts.rs // in src/interrupts.rs
extern crate x86_64;
use x86_64::structures::idt::InterruptDescriptorTable; use x86_64::structures::idt::InterruptDescriptorTable;
pub fn init_idt() { pub fn init_idt() {