Remove unused pop_span_label method
This commit is contained in:
parent
7f7b3488c0
commit
bba5f7f72b
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue