stabilize is_sorted

This commit is contained in:
Slanterns 2024-07-28 01:28:39 +08:00
parent 8fe0c753f2
commit ec0b354092
No known key found for this signature in database
GPG key ID: 1AA37EE7FAAE433A
18 changed files with 21 additions and 106 deletions

View file

@ -64,7 +64,6 @@ This API is completely unstable and subject to change.
#![doc(rust_logo)]
#![feature(control_flow_enum)]
#![feature(if_let_guard)]
#![feature(is_sorted)]
#![feature(iter_intersperse)]
#![feature(let_chains)]
#![feature(never_type)]