]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast_passes/src/lib.rs
Rollup merge of #93400 - ChayimFriedman2:dont-suggest-using-const-with-bounds-unused...
[rust.git] / compiler / rustc_ast_passes / src / lib.rs
index f4863137bdd59c947faf0d657928b8e5daa07fe3..876dd7f757c5a8c0f08023fb0fd7b3094547256e 100644 (file)
@@ -8,7 +8,7 @@
 #![feature(box_patterns)]
 #![feature(let_else)]
 #![recursion_limit = "256"]
-#![cfg_attr(not(bootstrap), allow(rustc::potential_query_instability))]
+#![allow(rustc::potential_query_instability)]
 
 pub mod ast_validation;
 pub mod feature_gate;