Skip to content

Commit 83d0d9f

Browse files
committed
Handle rustc_query_impl cases of rustc::potential_query_instability lint
1 parent 8885239 commit 83d0d9f

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_query_impl/src

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_query_impl/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
// tidy-alphabetical-start
44
#![allow(internal_features)]
5-
#![allow(rustc::potential_query_instability, unused_parens)]
5+
#![allow(unused_parens)]
66
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
77
#![doc(rust_logo)]
88
#![feature(min_specialization)]

0 commit comments

Comments
 (0)