about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/core/src/cmp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/core/src/cmp.rs b/library/core/src/cmp.rs
index a404b699de1..f89cf812e97 100644
--- a/library/core/src/cmp.rs
+++ b/library/core/src/cmp.rs
@@ -683,7 +683,7 @@ impl<T: Clone> Clone for Reverse<T> {
 ///
 /// However, manually setting the discriminants can override this default
 /// behavior:
-////
+///
 /// ```
 /// #[derive(PartialEq, Eq, PartialOrd, Ord)]
 /// enum E {
@@ -934,7 +934,7 @@ impl PartialOrd for Ordering {
 ///
 /// However, manually setting the discriminants can override this default
 /// behavior:
-////
+///
 /// ```
 /// #[derive(PartialEq, PartialOrd)]
 /// enum E {