De-group attrs.rs
#12390
Labels
good first issue
These issues are a good way to get started with Clippy
attrs.rs
#12390
Uh oh!
There was an error while loading. Please reload this page.
Description
Currently, the file
attrs.rs
has 16 instances ofdeclare_clippy_lint!
(so it groups 16 lints.) And the checking itself (implementingLateLintPass
andEarlyLintPass
) just calls other functions, or can be refactored to call other functions.It would be nice to, instead of having a ~1300 line file, to move these lints into their own directory inside the
clippy_lints
directory (just like we have thefunctions
ormethods
directory).Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: