We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4da0e commit 1d6e5e7Copy full SHA for 1d6e5e7
src/libsyntax_pos/lib.rs
@@ -732,7 +732,7 @@ impl MultiSpan {
732
span_labels
733
}
734
735
- /// Returns wether any of the span labels is displayable.
+ /// Returns whether any of the span labels is displayable.
736
pub fn has_span_labels(&self) -> bool {
737
self.span_labels.iter().any(|(sp, _)| !sp.is_dummy())
738
0 commit comments