diff --git a/src/rust/iced-x86/src/lib.rs b/src/rust/iced-x86/src/lib.rs index c6950428f..b704d0a0d 100644 --- a/src/rust/iced-x86/src/lib.rs +++ b/src/rust/iced-x86/src/lib.rs @@ -1223,9 +1223,6 @@ extern crate core; extern crate lazy_static; #[macro_use] extern crate static_assertions; -#[cfg(not(feature = "std"))] -#[cfg(all(feature = "encoder", feature = "block_encoder"))] -extern crate hashbrown; #[cfg(all(feature = "encoder", feature = "block_encoder"))] mod block_enc;