We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
control_flow_enum
1 parent 52b3118 commit d232d09Copy full SHA for d232d09
clippy_lints/src/lib.rs
@@ -1,7 +1,6 @@
1
#![feature(array_windows)]
2
#![feature(binary_heap_into_iter_sorted)]
3
#![feature(box_patterns)]
4
-#![feature(control_flow_enum)]
5
#![feature(f128)]
6
#![feature(f16)]
7
#![feature(if_let_guard)]
clippy_utils/src/lib.rs
@@ -1,6 +1,5 @@
#![feature(array_chunks)]
0 commit comments