Remove unnecessary extern crate item
This was only necessary in the 2015 edition
This commit is contained in:
@@ -54,9 +54,6 @@
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
|
||||
pub extern crate x86;
|
||||
|
||||
#[macro_use]
|
||||
extern crate alloc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user