Function rustfmt_format_diff::run_rustfmt[][src]

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