Skip to content

Commit 5c05f90

Browse files
author
Julian Orth
committed
export *IntSlice in libcollections
1 parent e4761c8 commit 5c05f90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcollections/slice.rs

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ use vec::Vec;
101101

102102
pub use core::slice::{Chunks, AsSlice, ImmutableSlice, ImmutablePartialEqSlice};
103103
pub use core::slice::{ImmutableOrdSlice, MutableSlice, Items, MutItems};
104+
pub use core::slice::{ImmutableIntSlice, MutableIntSlice};
104105
pub use core::slice::{MutSplits, MutChunks, Splits};
105106
pub use core::slice::{bytes, mut_ref_slice, ref_slice, MutableCloneableSlice};
106107
pub use core::slice::{Found, NotFound};

0 commit comments

Comments
 (0)