rust-analyzer/xtask
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
test_data Split the input/output data of the conversion from the test code to the respective files 2022-12-15 14:25:59 +09:00
Cargo.toml Properly handle different defaults for severity of lints 2024-12-11 20:48:41 +02:00