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 | 1e117cfb562cc7a115f9c38abd3351e53d5b5b82 (patch) | |
| tree | 34de4ea53f4294d07cc462f7550e77b2164f8d13 /example | |
| parent | a2cb29f5e0a80eee3224e81da793c4f960fa47a9 (diff) | |
stabilize `is_sorted`
Diffstat (limited to 'example')
| -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")] |
