Skip to content

Commit 5951055

Browse files
committed
Remove redundant feature flags
1 parent 71c87ef commit 5951055

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@
165165
#![feature(no_niche)] // rust-lang/rust#68303
166166
#![feature(unsafe_block_in_unsafe_fn)]
167167
#![feature(int_error_matching)]
168-
#![feature(iter_at_least)]
169-
#![feature(iter_at_most)]
170168
#![deny(unsafe_op_in_unsafe_fn)]
171169

172170
#[prelude_import]

0 commit comments

Comments
 (0)