Skip to content

Commit

Permalink
Remove redundant feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jan 30, 2021
1 parent 71c87ef commit 5951055
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@
#![feature(no_niche)] // rust-lang/rust#68303
#![feature(unsafe_block_in_unsafe_fn)]
#![feature(int_error_matching)]
#![feature(iter_at_least)]
#![feature(iter_at_most)]
#![deny(unsafe_op_in_unsafe_fn)]

#[prelude_import]
Expand Down

0 comments on commit 5951055

Please sign in to comment.