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 | 62a0c22ca9deaa1bcaaf688641b594d2b126e4af (patch) | |
| tree | 3f4d28416ae888ab2cfa643c9ddf1ebf95ccdd68 | |
| parent | 486f5b50599b7e73f4488d7291e106e6c057c869 (diff) | |
| download | rust-62a0c22ca9deaa1bcaaf688641b594d2b126e4af.tar.gz rust-62a0c22ca9deaa1bcaaf688641b594d2b126e4af.zip | |
stabilize `is_sorted`
| -rw-r--r-- | example/std_example.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/std_example.rs b/example/std_example.rs index 6cedd84adfe..e99763e2722 100644 --- a/example/std_example.rs +++ b/example/std_example.rs @@ -3,7 +3,6 @@ coroutines, stmt_expr_attributes, coroutine_trait, - is_sorted, repr_simd, tuple_trait, unboxed_closures |
