Skip to content

Commit

Permalink
Rollup merge of rust-lang#56466 - ljedrz:delete_tuple_slice, r=nikoma…
Browse files Browse the repository at this point in the history
…tsakis

data_structures: remove tuple_slice

It looks like we're not using it anywhere.
  • Loading branch information
pietroalbini authored Dec 5, 2018
2 parents 1276ffe + 651373c commit 650b4ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion src/librustc_data_structures/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ pub mod sync;
pub mod tiny_list;
pub mod thin_vec;
pub mod transitive_relation;
pub mod tuple_slice;
pub use ena::unify;
pub mod vec_linked_list;
pub mod work_queue;
Expand Down
70 changes: 0 additions & 70 deletions src/librustc_data_structures/tuple_slice.rs

This file was deleted.

0 comments on commit 650b4ed

Please sign in to comment.