Fix 2024 syntax errors

This commit is contained in:
BenjaminBrienen 2025-03-10 12:37:43 +01:00
parent 71ff7fbe22
commit aad66c7bf1
11 changed files with 35 additions and 28 deletions

View file

@ -780,7 +780,8 @@ fn fill_lint_attrs(
}
});
let all_matching_groups = lint_groups(&diag.code, edition)
let lints = lint_groups(&diag.code, edition);
let all_matching_groups = lints
.iter()
.filter_map(|lint_group| cached.get(lint_group));
let cached_severity =