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.
2 parents 6a4f540 + cb28bad commit c837683Copy full SHA for c837683
core/src/cmp.rs
@@ -796,7 +796,7 @@ impl<T: Clone> Clone for Reverse<T> {
796
/// }
797
///
798
/// impl Ord for Character {
799
-/// fn cmp(&self, other: &Self) -> std::cmp::Ordering {
+/// fn cmp(&self, other: &Self) -> Ordering {
800
/// self.experience
801
/// .cmp(&other.experience)
802
/// .then(self.health.cmp(&other.health))
0 commit comments