mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Fix 2024 syntax errors
This commit is contained in:
parent
71ff7fbe22
commit
aad66c7bf1
11 changed files with 35 additions and 28 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue