Skip to content

Commit 307966f

Browse files
Switch bootstrap cfgs
1 parent 87355df commit 307966f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// warn on rustc internal lints
1919
#![warn(rustc::internal)]
2020
// Disable this rustc lint for now, as it was also done in rustc
21-
#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
21+
#![allow(rustc::potential_query_instability)]
2222

2323
// FIXME: switch to something more ergonomic here, once available.
2424
// (Currently there is no way to opt into sysroot crates without `extern crate`.)

0 commit comments

Comments
 (0)