Remove unnecessary extern crate item

This was only necessary in the 2015 edition
This commit is contained in:
bjorn3
2023-10-03 12:25:25 +02:00
committed by Jeremy Soller
parent 6045b0cc59
commit 5ce7d1df8a
-3
View File
@@ -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;