diff --git a/lib.rs b/lib.rs
index e1db70cca7fa0f30e70973133e826da296923656..257c9dd7aaf5425223a9b4d213ba43ee395b64f4 100644
--- a/lib.rs
+++ b/lib.rs
@@ -85,10 +85,6 @@ extern crate arch_test as arch;
 #[macro_use]
 extern crate arch_x86_64 as arch;
 
-/// Bump allocator
-#[cfg(all(not(test), target_arch = "x86_64"))]
-extern crate bump_allocator;
-
 extern crate alloc;
 #[macro_use]
 extern crate collections;