Handle rustc_middle cases of rustc::potential_query_instability lint

This commit is contained in:
ismailarilik
2025-05-05 16:36:04 +03:00
parent 1e008dd5d8
commit 2426dbcde2
15 changed files with 54 additions and 60 deletions

View File

@@ -27,7 +27,6 @@
// tidy-alphabetical-start
#![allow(internal_features)]
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::potential_query_instability)]
#![allow(rustc::untranslatable_diagnostic)]
#![cfg_attr(doc, recursion_limit = "256")] // FIXME(nnethercote): will be removed by #124141
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]