1
Fork 0

rustc_passes: Enforce rustc::potential_query_instability lint

Stop allowing `rustc::potential_query_instability` in all of
`rustc_passes` and instead allow it on a case-by-case basis if it is
safe. In this case, all instances of the lint are safe to allow.
This commit is contained in:
Martin Nordholts 2023-12-12 13:57:12 +01:00
parent 5b8bc568d2
commit e9b16cc2c5
4 changed files with 10 additions and 1 deletions

View file

@ -4,7 +4,6 @@
//!
//! This API is completely unstable and subject to change.
#![allow(rustc::potential_query_instability)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(rustdoc_internals)]