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 ff2ac35 commit 6968f4cCopy full SHA for 6968f4c
src/libsyntax_pos/symbol.rs
@@ -527,7 +527,7 @@ impl PartialOrd<InternedString> for InternedString {
527
if self.symbol == other.symbol {
528
return Some(Ordering::Equal);
529
}
530
- self.with(|self_str| other.with(|other_str| self_str.partial_cmp(&other_str)))
+ self.with(|self_str| other.with(|other_str| self_str.partial_cmp(other_str)))
531
532
533
0 commit comments