Skip to content

Commit

Permalink
Remove feature(const_closures) from libcore
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead committed Jun 20, 2024
1 parent 1aaab8b commit d3091df
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 @@ -209,7 +209,6 @@
#![feature(cfg_sanitize)]
#![feature(cfg_target_has_atomic)]
#![feature(cfg_target_has_atomic_equal_alignment)]
#![feature(const_closures)]
#![feature(const_fn_floating_point_arithmetic)]
#![feature(const_for)]
#![feature(const_mut_refs)]
Expand Down

0 comments on commit d3091df

Please sign in to comment.