Remove allow(rustc::potential_query_instability) from rustc_ast_lowering

This commit is contained in:
CastilloDel 2022-11-06 17:47:06 +01:00
parent 357f660729
commit 769cc733b1

View File

@ -34,7 +34,6 @@
#![feature(let_chains)]
#![feature(never_type)]
#![recursion_limit = "256"]
#![allow(rustc::potential_query_instability)]
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]