Skip to main content

run_clippy_step

Function run_clippy_step 

Source
pub fn run_clippy_step(
    runner: &(dyn Fn(&Path, &CommandSpec) -> Result<CapturedOutput, SpawnError> + 'static),
    root: &Path,
) -> Result<ToolStep, SpawnError>
Expand description

Runs Clippy through the injectable runner.