rust-analyzer/crates/edition
Chayim Refael Friedman 0b7a6f38d7 Properly handle different defaults for severity of lints
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.
2024-12-11 20:48:41 +02:00
..
src Properly handle different defaults for severity of lints 2024-12-11 20:48:41 +02:00
Cargo.toml Properly handle different defaults for severity of lints 2024-12-11 20:48:41 +02:00