Remove unused pop_span_label method

This commit is contained in:
bjorn3 2025-11-21 13:46:19 +00:00
parent 7f7b3488c0
commit bba5f7f72b

View file

@ -455,10 +455,6 @@ impl MultiSpan {
replacements_occurred
}
pub fn pop_span_label(&mut self) -> Option<(Span, DiagMessage)> {
self.span_labels.pop()
}
/// Returns the strings to highlight. We always ensure that there
/// is an entry for each of the primary spans -- for each primary
/// span `P`, if there is at least one label with span `P`, we return