Skip to content

Commit

Permalink
Handle rustc_query_impl cases of `rustc::potential_query_instabilit…
Browse files Browse the repository at this point in the history
…y` lint
  • Loading branch information
ismailarilik committed Oct 3, 2024
1 parent 8885239 commit 83d0d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_query_impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// tidy-alphabetical-start
#![allow(internal_features)]
#![allow(rustc::potential_query_instability, unused_parens)]
#![allow(unused_parens)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(min_specialization)]
Expand Down

0 comments on commit 83d0d9f

Please sign in to comment.