We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97705b7 commit 91aa821Copy full SHA for 91aa821
clippy_lints/src/lib.rs
@@ -6,7 +6,6 @@
6
#![feature(in_band_lifetimes)]
7
#![feature(iter_zip)]
8
#![feature(once_cell)]
9
-#![cfg_attr(bootstrap, feature(or_patterns))]
10
#![feature(rustc_private)]
11
#![feature(stmt_expr_attributes)]
12
#![feature(control_flow_enum)]
clippy_utils/src/lib.rs
@@ -1,7 +1,6 @@
1
#![feature(box_patterns)]
2
3
4
5
#![recursion_limit = "512"]
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
0 commit comments