Skip to main content

run_rustfmt

Function run_rustfmt 

Source
fn run_rustfmt(
    rust_toolchain: Option<&str>,
    fmt_check: Option<&str>,
    groups: &[Group],
) -> Result<bool>
Expand description

Run rustfmt over each group, splitting the groups into batches that run in parallel.

Returns whether any invocation reported formatting issues.