aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a26a3cd..2bee840 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -71,8 +71,6 @@ extern crate serde;
#[cfg(feature="std")]
extern crate alloc;
-extern crate yaxpeax_arch;
-
pub mod long_mode;
pub use long_mode as amd64;
pub use long_mode::Arch as x86_64;