diff options
| author | Slanterns <slanterns.w@gmail.com> | 2024-07-28 01:28:39 +0800 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-08-12 15:17:57 +0200 |
| commit | 88f7508da770c6951f9121c5c7cd7de3951f9dd3 (patch) | |
| tree | e6200f1c6aa1a00e9ddf0e23fb8816c2ad4e067c /example/std_example.rs | |
| parent | fd56f44836380abc2b99a9ac2776e96ff15b8ad0 (diff) | |
| download | rust-88f7508da770c6951f9121c5c7cd7de3951f9dd3.tar.gz rust-88f7508da770c6951f9121c5c7cd7de3951f9dd3.zip | |
stabilize `is_sorted`
Diffstat (limited to 'example/std_example.rs')
| -rw-r--r-- | example/std_example.rs | 2 |
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")] |
