rust/clippy_lints
bors 8125cd5c2a Auto merge of #13359 - blyxyas:declare_clippy_macro, r=Alexendoo
Turn declare_clippy_lint into a declarative macro

Ease of development, and hopefully compile times (the dependencies are still there because of ui-test). The procedural macro was doing just some very basic processing (like assigning a lint level to each category), so it didn't have a reason to stay IMO

changelog: None
2024-10-11 14:10:01 +00:00
..
src Auto merge of #13359 - blyxyas:declare_clippy_macro, r=Alexendoo 2024-10-11 14:10:01 +00:00
Cargo.toml Turn declare_clippy_lint into a declarative macro 2024-09-24 15:47:36 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.