From 93bfe39ba574cff3f1d1df448f0b512e32578e7e Mon Sep 17 00:00:00 2001 From: John Kåre Alsaker Date: Fri, 21 Mar 2025 07:54:06 +0100 Subject: Use hashbrown from crates.io --- compiler/rustc_data_structures/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/rustc_data_structures/src') diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 244997f5611..865424fd6bb 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -38,8 +38,6 @@ #![feature(unwrap_infallible)] // tidy-alphabetical-end -extern crate hashbrown; - use std::fmt; pub use atomic_ref::AtomicRef; -- cgit 1.4.1-3-g733a5