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 87355df commit 307966fCopy full SHA for 307966f
clippy_lints/src/lib.rs
@@ -18,7 +18,7 @@
18
// warn on rustc internal lints
19
#![warn(rustc::internal)]
20
// Disable this rustc lint for now, as it was also done in rustc
21
-#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
+#![allow(rustc::potential_query_instability)]
22
23
// FIXME: switch to something more ergonomic here, once available.
24
// (Currently there is no way to opt into sysroot crates without `extern crate`.)
0 commit comments