Skip to content

Commit df1c16c

Browse files
authored
Rollup merge of rust-lang#47835 - Mark-Simulacrum:remove-data-structs, r=nikomatsakis
Remove unused data structures Cleanup; as far as I can tell the compiler no longer uses these.
2 parents 270e6aa + caa42e1 commit df1c16c

File tree

3 files changed

+0
-412
lines changed

3 files changed

+0
-412
lines changed

src/librustc_data_structures/blake2b.rs

-363
This file was deleted.

src/librustc_data_structures/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ pub mod small_vec;
5757
pub mod base_n;
5858
pub mod bitslice;
5959
pub mod bitvec;
60-
pub mod blake2b;
6160
pub mod graph;
6261
pub mod indexed_set;
6362
pub mod indexed_vec;
@@ -70,7 +69,6 @@ pub mod transitive_relation;
7069
pub mod unify;
7170
pub mod fx;
7271
pub mod tuple_slice;
73-
pub mod veccell;
7472
pub mod control_flow_graph;
7573
pub mod flock;
7674
pub mod sync;

0 commit comments

Comments
 (0)