Skip to content

Commit

Permalink
chore: add feature is_sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Nov 3, 2024
1 parent 55f8250 commit 2b1e53e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
#![feature(coroutine_trait)]
#![feature(iterator_try_collect)]
#![feature(slice_pattern)]
#![feature(is_sorted)]
#![feature(stmt_expr_attributes)]
extern crate core;

Expand Down

0 comments on commit 2b1e53e

Please sign in to comment.