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

@ -1,6 +1,5 @@
// tidy-alphabetical-start
#![feature(array_windows)]
#![feature(is_sorted)]
// tidy-alphabetical-end
use rustc_hir::lang_items::LangItem;