Expand description
Implementation of running clippy on the compiler, standard library and various tools.
Macros§
- lint_
any 🔒
Structs§
Constants§
- Disable the most spammy clippy lints
Functions§
- We need to keep the order of the given clippy lint rules before passing them. Since clap doesn’t offer any useful interface for this purpose out of the box, we have to handle it manually.