Skip to main content

diff_annotations

Function diff_annotations 

Source
pub fn diff_annotations(
    baseline: &[Annotation],
    current: &[Annotation],
) -> DiffResult
Expand description

Compute the diff between baseline annotations and current annotations.

Both inputs are flat lists of annotations. Matching is by (file, tag, binding).