diff options
| author | Michael Woerister <michaelwoerister@posteo.net> | 2015-12-10 14:35:53 -0500 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo.net> | 2015-12-10 14:56:18 -0500 |
| commit | d62de4c066cf12d820b3dfdcf7a45400611e29a7 (patch) | |
| tree | 042a251953b69e28f33a5c53198e0fb61ff4f188 /src/librustc_data_structures/lib.rs | |
| parent | ae1cf9815f51f029c9f1b55c7cef6b9b48ea4a5f (diff) | |
| download | rust-d62de4c066cf12d820b3dfdcf7a45400611e29a7.tar.gz rust-d62de4c066cf12d820b3dfdcf7a45400611e29a7.zip | |
Add TupleSlice trait to rustc_data_structures.
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index 39b3842791f..0ea7cfa3902 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -42,6 +42,7 @@ pub mod snapshot_vec; pub mod transitive_relation; pub mod unify; pub mod fnv; +pub mod tuple_slice; // See comments in src/librustc/lib.rs #[doc(hidden)] |
