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 828febf commit bfe0a4eCopy full SHA for bfe0a4e
library/core/src/cmp.rs
@@ -683,7 +683,7 @@ impl<T: Clone> Clone for Reverse<T> {
683
///
684
/// However, manually setting the discriminants can override this default
685
/// behavior:
686
-////
+///
687
/// ```
688
/// #[derive(PartialEq, Eq, PartialOrd, Ord)]
689
/// enum E {
@@ -934,7 +934,7 @@ impl PartialOrd for Ordering {
934
935
936
937
938
939
/// #[derive(PartialEq, PartialOrd)]
940
0 commit comments