]> git.lizzy.rs Git - rust.git/commitdiff
Switch bootstrap cfgs
authorMark Rousskov <mark.simulacrum@gmail.com>
Wed, 23 Feb 2022 13:06:22 +0000 (08:06 -0500)
committerMark Rousskov <mark.simulacrum@gmail.com>
Fri, 25 Feb 2022 13:00:52 +0000 (08:00 -0500)
clippy_lints/src/lib.rs

index 5c45012ef0686c12bc2e9b5bdbb38bab033b7184..85256ff0e995fa247c5ab0622371fce176a366c2 100644 (file)
@@ -18,7 +18,7 @@
 // warn on rustc internal lints
 #![warn(rustc::internal)]
 // Disable this rustc lint for now, as it was also done in rustc
-#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
+#![allow(rustc::potential_query_instability)]
 
 // FIXME: switch to something more ergonomic here, once available.
 // (Currently there is no way to opt into sysroot crates without `extern crate`.)