From 874f5d8ebf5e64528a3e6f35f37b3ffdda6c8a79 Mon Sep 17 00:00:00 2001 From: Ubiratan Soares Date: Tue, 23 Jun 2026 20:13:43 +0200 Subject: [PATCH] add is_sorted --- data/is_sorted.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/is_sorted.toml diff --git a/data/is_sorted.toml b/data/is_sorted.toml new file mode 100644 index 0000000..51a9009 --- /dev/null +++ b/data/is_sorted.toml @@ -0,0 +1,5 @@ +description = """ +`Iterator::is_sorted` (stable since Rust 1.82) provides the same functionality\ +of this crate. +""" +url = "https://doc.rust-lang.org/nightly/core/iter/trait.Iterator.html?search#method.is_sorted"