summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/edition
AgeCommit message (Collapse)AuthorLines
2024-12-11Properly handle different defaults for severity of lintsChayim Refael Friedman-0/+89
Previously all lints were assumed to be `#[warn]`, and we had a hand-coded list of `#[allow]` exceptions. Now the severity is autogenerated from rustdoc output. Also support lints that change status between editions, and the `warnings` lint group.