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 099308a commit 3e88c6aCopy full SHA for 3e88c6a
clippy_lints/src/lib.rs
@@ -1,4 +1,4 @@
1
-#![feature(array_windows)]
+#![cfg_attr(bootstrap, feature(array_windows))]
2
#![feature(box_patterns)]
3
#![feature(macro_metavar_expr_concat)]
4
#![feature(f128)]
clippy_utils/src/lib.rs
@@ -5,7 +5,7 @@
5
#![feature(rustc_private)]
6
#![feature(assert_matches)]
7
#![feature(unwrap_infallible)]
8
9
#![recursion_limit = "512"]
10
#![allow(
11
clippy::missing_errors_doc,
0 commit comments