Expand description
Implementation of running clippy on the compiler, standard library and various tools.
Macros§
- lint_
any 🔒
Structs§
- Bootstrap
- Build
Helper - Build
Manifest - CI
- Cargo
Miri - Clippy
- Codegen
Gcc - Collect
License Metadata - Compiletest
- Coverage
Dump - Jsondocck
- Jsondoclint
- Lint
Config - Lint
Docs - Llvm
Bitcode Linker - Miri
- Miropt
Test Tools - OptDist
- Remote
Test Client - Remote
Test Server - Rls
- Rust
Analyzer - Rust
Installer - Rustc
- Rustdoc
- Rustfmt
- Std
- Test
Float Parse - Tidy
Constants§
- IGNORED_
RULES_ 🔒FOR_ STD_ AND_ RUSTC - Disable the most spammy clippy lints
Functions§
- get_
clippy_ rules_ in_ order - 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.
- lint_
args 🔒