Skip to content

Commit 5985875

Browse files
authored
Rollup merge of #56466 - ljedrz:delete_tuple_slice, r=nikomatsakis
data_structures: remove tuple_slice It looks like we're not using it anywhere.
2 parents 939de36 + 651373c commit 5985875

File tree

2 files changed

+0
-71
lines changed

2 files changed

+0
-71
lines changed

Diff for: src/librustc_data_structures/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ pub mod sync;
8181
pub mod tiny_list;
8282
pub mod thin_vec;
8383
pub mod transitive_relation;
84-
pub mod tuple_slice;
8584
pub use ena::unify;
8685
pub mod vec_linked_list;
8786
pub mod work_queue;

Diff for: src/librustc_data_structures/tuple_slice.rs

-70
This file was deleted.

0 commit comments

Comments
 (0)