Skip to content

Commit b6e0d3a

Browse files
committed
auto merge of #18067 : mahkoh/rust/immutableintslice, r=alexcrichton
There is also a second commit that adds them to the prelude.
2 parents 126f224 + 5c05f90 commit b6e0d3a

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)