pub fn touched_protected_ranges(
edits: &[Edit],
protected_ranges: &[ProtectedRange],
) -> Vec<ProtectedRange>Expand description
Return protected ranges touched by the provided edits.
pub fn touched_protected_ranges(
edits: &[Edit],
protected_ranges: &[ProtectedRange],
) -> Vec<ProtectedRange>Return protected ranges touched by the provided edits.