Skip to content

Commit

Permalink
Rollup merge of rust-lang#29579 - steveklabnik:gh27322, r=apasel422
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Nov 5, 2015
2 parents 777e22f + a118aa2 commit dd3778d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcollections/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,8 @@ impl<T> [T] {
///
/// This is equivalent to `self.sort_by(|a, b| a.cmp(b))`.
///
/// This is a stable sort.
///
/// # Examples
///
/// ```rust
Expand Down

0 comments on commit dd3778d

Please sign in to comment.