Skip to content

Commit

Permalink
data_structures: remove tuple_slice
Browse files Browse the repository at this point in the history
  • Loading branch information
ljedrz committed Dec 3, 2018
1 parent a563ceb commit 651373c
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 651373c

Please sign in to comment.