Module bootstrap::core::build_steps::clippy

source ·
Expand description

Implementation of running clippy on the compiler, standard library and various tools.

Macros§

Structs§

Constants§

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.
  • lint_args 🔒