Skip to content

Commit 05cbfa4

Browse files
committed
Rollup merge of rust-lang#29579 - steveklabnik:gh27322, r=apasel422
Fixes rust-lang#27322
2 parents f04e77d + a118aa2 commit 05cbfa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcollections/slice.rs

+2
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,8 @@ impl<T> [T] {
732732
///
733733
/// This is equivalent to `self.sort_by(|a, b| a.cmp(b))`.
734734
///
735+
/// This is a stable sort.
736+
///
735737
/// # Examples
736738
///
737739
/// ```rust

0 commit comments

Comments
 (0)