Skip to content

Commit 769cc73

Browse files
committed
Remove allow(rustc::potential_query_instability) from rustc_ast_lowering
1 parent 357f660 commit 769cc73

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

compiler/rustc_ast_lowering/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#![feature(let_chains)]
3535
#![feature(never_type)]
3636
#![recursion_limit = "256"]
37-
#![allow(rustc::potential_query_instability)]
3837
#![deny(rustc::untranslatable_diagnostic)]
3938
#![deny(rustc::diagnostic_outside_of_impl)]
4039

0 commit comments

Comments
 (0)