Files
rust/clippy_dev
llogiq a57ca61784 clippy_dev: Parsing revamp part 4/N (#15978)
Based on rust-lang/rust-clippy#15947

Simple change in this one. Lints are parsed into a map indexed by name
in order to detect overlapping lint names. The panic message when a
duplicate name is parsed is unhelpful right now. That will be fixed in a
future PR along with improving all the other parsing errors.

changelog: none
2026-02-22 14:17:50 +00:00
..