diff options
| author | Slanterns <slanterns.w@gmail.com> | 2024-07-28 01:28:39 +0800 |
|---|---|---|
| committer | Slanterns <slanterns.w@gmail.com> | 2024-07-28 03:11:54 +0800 |
| commit | ec0b3540925af3cab9c38b0344902d48edb9d5b8 (patch) | |
| tree | 65a605b3942070103328851c2adc5c8fdb4cdd35 /src/doc | |
| parent | 8fe0c753f23e7050b87a444b6622caf4d2272d5d (diff) | |
stabilize `is_sorted`
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/unstable-book/src/library-features/is-sorted.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/doc/unstable-book/src/library-features/is-sorted.md b/src/doc/unstable-book/src/library-features/is-sorted.md deleted file mode 100644 index e3b7dc3b28e..00000000000 --- a/src/doc/unstable-book/src/library-features/is-sorted.md +++ /dev/null @@ -1,11 +0,0 @@ -# `is_sorted` - -The tracking issue for this feature is: [#53485] - -[#53485]: https://github.com/rust-lang/rust/issues/53485 - ------------------------- - -Add the methods `is_sorted`, `is_sorted_by` and `is_sorted_by_key` to `[T]`; -add the methods `is_sorted`, `is_sorted_by` and `is_sorted_by_key` to -`Iterator`. |
