about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorSlanterns <slanterns.w@gmail.com>2024-07-28 01:28:39 +0800
committerSlanterns <slanterns.w@gmail.com>2024-07-28 03:11:54 +0800
commitec0b3540925af3cab9c38b0344902d48edb9d5b8 (patch)
tree65a605b3942070103328851c2adc5c8fdb4cdd35 /src/doc
parent8fe0c753f23e7050b87a444b6622caf4d2272d5d (diff)
stabilize `is_sorted`
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/library-features/is-sorted.md11
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`.