This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
compiler/rustc_data_structures Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -1491,7 +1491,6 @@ version = "0.15.2"
14911491source = " registry+https://github.com/rust-lang/crates.io-index"
14921492checksum = " bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
14931493dependencies = [
1494- " allocator-api2" ,
14951494 " foldhash" ,
14961495 " serde" ,
14971496]
@@ -3480,7 +3479,6 @@ dependencies = [
34803479 " either" ,
34813480 " elsa" ,
34823481 " ena" ,
3483- " hashbrown 0.15.2" ,
34843482 " indexmap" ,
34853483 " jobserver" ,
34863484 " libc" ,
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ thin-vec = "0.2.12"
2929tracing = " 0.1"
3030# tidy-alphabetical-end
3131
32- [dependencies .hashbrown ]
33- version = " 0.15.2"
34- default-features = false
35- features = [" nightly" ] # for may_dangle
36-
3732[dependencies .parking_lot ]
3833version = " 0.12"
3934
Original file line number Diff line number Diff line change 3838#![ feature( unwrap_infallible) ]
3939// tidy-alphabetical-end
4040
41+ extern crate hashbrown;
42+
4143use std:: fmt;
4244
4345pub use atomic_ref:: AtomicRef ;
You can’t perform that action at this time.
0 commit comments