diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2025-03-21 07:54:06 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2025-03-21 07:54:35 +0100 |
| commit | 93bfe39ba574cff3f1d1df448f0b512e32578e7e (patch) | |
| tree | 1877bc52a2d37a9ab5c99bb2ecd3ef1af0dc4fb9 /compiler/rustc_query_system/src/lib.rs | |
| parent | fcd3349d14af8b217b849f030e5d8ffd5e99f0d7 (diff) | |
| download | rust-93bfe39ba574cff3f1d1df448f0b512e32578e7e.tar.gz rust-93bfe39ba574cff3f1d1df448f0b512e32578e7e.zip | |
Use hashbrown from crates.io
Diffstat (limited to 'compiler/rustc_query_system/src/lib.rs')
| -rw-r--r-- | compiler/rustc_query_system/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_query_system/src/lib.rs b/compiler/rustc_query_system/src/lib.rs index 85e41a39072..2aedd365adc 100644 --- a/compiler/rustc_query_system/src/lib.rs +++ b/compiler/rustc_query_system/src/lib.rs @@ -7,8 +7,6 @@ #![feature(min_specialization)] // tidy-alphabetical-end -extern crate hashbrown; - pub mod cache; pub mod dep_graph; mod error; |
