Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c4c9ce

Browse files
committedSep 18, 2024·
Remove the control_flow_enum feature from clippy
1 parent ce0541e commit 7c4c9ce

File tree

1 file changed

+0
-1
lines changed
  • src/tools/clippy/clippy_utils/src

1 file changed

+0
-1
lines changed
 

‎src/tools/clippy/clippy_utils/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![feature(array_chunks)]
22
#![feature(box_patterns)]
3-
#![feature(control_flow_enum)]
43
#![feature(f128)]
54
#![feature(f16)]
65
#![feature(if_let_guard)]

0 commit comments

Comments
 (0)
Please sign in to comment.