rustfmt_format_diff

Function run_rustfmt

Source
pub(crate) fn run_rustfmt(
    files: &HashSet<String>,
    ranges: &[Range],
) -> Result<(), FormatDiffError>