Skip to content

Commit

Permalink
Remove the control_flow_enum feature from clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcm committed Sep 18, 2024
1 parent ce0541e commit 7c4c9ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/clippy/clippy_utils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![feature(array_chunks)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(f128)]
#![feature(f16)]
#![feature(if_let_guard)]
Expand Down

0 comments on commit 7c4c9ce

Please sign in to comment.