We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84767e0 commit 5f16827Copy full SHA for 5f16827
compiler/rustc_lint/src/context.rs
@@ -153,8 +153,6 @@ impl LintStore {
153
pub fn get_lint_groups<'t>(
154
&'t self,
155
) -> impl Iterator<Item = (&'static str, Vec<LintId>, bool)> + 't {
156
- // This function is not used in a way which observes the order of lints.
157
- #[allow(rustc::potential_query_instability)]
158
self.lint_groups
159
.iter()
160
.filter(|(_, LintGroup { depr, .. })| {
0 commit comments