File tree 3 files changed +2
-7
lines changed
compiler/rustc_data_structures
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"
1491
1491
source = " registry+https://github.com/rust-lang/crates.io-index"
1492
1492
checksum = " bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1493
1493
dependencies = [
1494
- " allocator-api2" ,
1495
1494
" foldhash" ,
1496
1495
" serde" ,
1497
1496
]
@@ -3480,7 +3479,6 @@ dependencies = [
3480
3479
" either" ,
3481
3480
" elsa" ,
3482
3481
" ena" ,
3483
- " hashbrown 0.15.2" ,
3484
3482
" indexmap" ,
3485
3483
" jobserver" ,
3486
3484
" libc" ,
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ thin-vec = "0.2.12"
29
29
tracing = " 0.1"
30
30
# tidy-alphabetical-end
31
31
32
- [dependencies .hashbrown ]
33
- version = " 0.15.2"
34
- default-features = false
35
- features = [" nightly" ] # for may_dangle
36
-
37
32
[dependencies .parking_lot ]
38
33
version = " 0.12"
39
34
Original file line number Diff line number Diff line change 38
38
#![ feature( unwrap_infallible) ]
39
39
// tidy-alphabetical-end
40
40
41
+ extern crate hashbrown;
42
+
41
43
use std:: fmt;
42
44
43
45
pub use atomic_ref:: AtomicRef ;
You can’t perform that action at this time.
0 commit comments