Skip to content

Commit 3d01e1a

Browse files
committed
add sort_unstable to unstable book
cc #40585
1 parent 0aeb9c1 commit 3d01e1a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/doc/unstable-book/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
- [simd](simd.md)
7676
- [simd_ffi](simd-ffi.md)
7777
- [slice_patterns](slice-patterns.md)
78+
- [sort_unstable](sort-unstable.md)
7879
- [specialization](specialization.md)
7980
- [staged_api](staged-api.md)
8081
- [start](start.md)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# `sort_unstable`
2+
3+
The tracking issue for this feature is: [#40585]
4+
5+
[#40585]: https://github.com/rust-lang/rust/issues/40585
6+
7+
------------------------
8+
9+

0 commit comments

Comments
 (0)