Function rustfmt_nightly::rustfmt_diff::make_diff

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