Skip to content

Commit

Permalink
Remove wrong extern crate x86_64 from code example
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Nov 13, 2018
1 parent f5b6b7a commit d9f3b3d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d9f3b3d

Please sign in to comment.