Reference diff-slider-tools

pull/826/head
Wilfred Hughes 2025-03-20 22:36:20 +07:00
parent ba45a40f71
commit 0e0e81dde7
1 changed files with 4 additions and 0 deletions

@ -28,6 +28,10 @@
//! This module fixes these cases. It identifies situations where we
//! can change which item is marked as novel (e.g. either `B` in the
//! example above) whilst still showing a valid, minimal diff.
//!
//! A similar problem exists with line-based textual diffs, see
//! [diff-slider-tools](https://github.com/mhagger/diff-slider-tools)
//! for a thorough discussion.
use line_numbers::SingleLineSpan;