about summary refs log tree commit diff
path: root/example/std_example.rs
diff options
context:
space:
mode:
authorSlanterns <slanterns.w@gmail.com>2024-07-28 01:28:39 +0800
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2024-08-12 15:17:57 +0200
commit88f7508da770c6951f9121c5c7cd7de3951f9dd3 (patch)
treee6200f1c6aa1a00e9ddf0e23fb8816c2ad4e067c /example/std_example.rs
parentfd56f44836380abc2b99a9ac2776e96ff15b8ad0 (diff)
downloadrust-88f7508da770c6951f9121c5c7cd7de3951f9dd3.tar.gz
rust-88f7508da770c6951f9121c5c7cd7de3951f9dd3.zip
stabilize `is_sorted`
Diffstat (limited to 'example/std_example.rs')
-rw-r--r--example/std_example.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/std_example.rs b/example/std_example.rs
index 8ab8fcc525e..9e43b4635f0 100644
--- a/example/std_example.rs
+++ b/example/std_example.rs
@@ -1,5 +1,5 @@
 #![allow(internal_features)]
-#![feature(core_intrinsics, coroutines, coroutine_trait, is_sorted, stmt_expr_attributes)]
+#![feature(core_intrinsics, coroutines, coroutine_trait, stmt_expr_attributes)]
 
 #[cfg(feature="master")]
 #[cfg(target_arch="x86_64")]