Fix typo
Co-Authored-By: estebank <estebank@users.noreply.github.com>
This commit is contained in:
parent
8f4da0e7ee
commit
1d6e5e7108
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ impl MultiSpan {
|
||||||
span_labels
|
span_labels
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns wether any of the span labels is displayable.
|
/// Returns whether any of the span labels is displayable.
|
||||||
pub fn has_span_labels(&self) -> bool {
|
pub fn has_span_labels(&self) -> bool {
|
||||||
self.span_labels.iter().any(|(sp, _)| !sp.is_dummy())
|
self.span_labels.iter().any(|(sp, _)| !sp.is_dummy())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue