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:
parent
5b8bc568d2
commit
e9b16cc2c5
4 changed files with 10 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue