Skip to content

Commit d7d867d

Browse files
committed
rustc_symbol_mangling: Address all rustc::potential_query_instability lints
Instead of allowing `rustc::potential_query_instability` on the whole crate we go over each lint and allow it individually if it is safe to do. Turns out there were no instances of this lint in this crate.
1 parent ae2427d commit d7d867d

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_symbol_mangling/src

1 file changed

+0
-1
lines changed

compiler/rustc_symbol_mangling/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
#![allow(internal_features)]
9494
#![feature(never_type)]
9595
#![recursion_limit = "256"]
96-
#![allow(rustc::potential_query_instability)]
9796
#![deny(rustc::untranslatable_diagnostic)]
9897
#![deny(rustc::diagnostic_outside_of_impl)]
9998

0 commit comments

Comments
 (0)