Skip to content

Commit

Permalink
Only one feature gate needed
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Nov 20, 2022
1 parent 0791187 commit 8998711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
#![feature(const_unsafecell_get_mut)]
#![feature(const_waker)]
#![feature(core_panic)]
#![cfg_attr(not(bootstrap), feature(derive_const))]
#![feature(duration_consts_float)]
#![feature(maybe_uninit_uninit_array)]
#![feature(ptr_alignment_type)]
Expand Down

0 comments on commit 8998711

Please sign in to comment.