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.