Function rustfmt_format_diff::run_rustfmt

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