Skip to content

Commit

Permalink
export *IntSlice in libcollections
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Orth committed Oct 15, 2014
1 parent e4761c8 commit 5c05f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcollections/slice.rs
Expand Up @@ -101,6 +101,7 @@ use vec::Vec;

pub use core::slice::{Chunks, AsSlice, ImmutableSlice, ImmutablePartialEqSlice};
pub use core::slice::{ImmutableOrdSlice, MutableSlice, Items, MutItems};
pub use core::slice::{ImmutableIntSlice, MutableIntSlice};
pub use core::slice::{MutSplits, MutChunks, Splits};
pub use core::slice::{bytes, mut_ref_slice, ref_slice, MutableCloneableSlice};
pub use core::slice::{Found, NotFound};
Expand Down

9 comments on commit 5c05f90

@bors
Copy link
Contributor

@bors bors commented on 5c05f90 Oct 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at mahkoh@5c05f90

@bors
Copy link
Contributor

@bors bors commented on 5c05f90 Oct 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging mahkoh/rust/immutableintslice = 5c05f90 into auto

@bors
Copy link
Contributor

@bors bors commented on 5c05f90 Oct 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mahkoh/rust/immutableintslice = 5c05f90 merged ok, testing candidate = 60d45b78

@bors
Copy link
Contributor

@bors bors commented on 5c05f90 Oct 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 5c05f90 Oct 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at mahkoh@5c05f90

@bors
Copy link
Contributor

@bors bors commented on 5c05f90 Oct 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging mahkoh/rust/immutableintslice = 5c05f90 into auto

@bors
Copy link
Contributor

@bors bors commented on 5c05f90 Oct 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mahkoh/rust/immutableintslice = 5c05f90 merged ok, testing candidate = b6e0d3a

@bors
Copy link
Contributor

@bors bors commented on 5c05f90 Oct 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 5c05f90 Oct 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = b6e0d3a

Please sign in to comment.