difftastic/sample_files/context_2.rs

15 lines
291 B
Rust

fn print_diff_result() {
match () {
x => {
let opposite_to_lhs = opposite_positions(&summary.lhs_positions);
let hunks = merge_adjacent(
hunks,
opposite_to_lhs,
);
let lang_name;
}
}
}