Function rustfmt::rustfmt_diff::make_diff [] [src]

pub fn make_diff(
    expected: &str,
    actual: &str,
    context_size: usize
) -> Vec<Mismatch>