about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-01-15 20:44:47 -0800
committerDavid Tolnay <dtolnay@gmail.com>2022-01-15 20:44:47 -0800
commitbfe0a4e06e7714c2e0e3b42e1b4ec3b6e5ca121d (patch)
tree9fbb57efcda6387e9c20caeadfc4c67cc43bf2bb
parent828febf9e0fbd653cdcb2a949ec3defded69dc3f (diff)
Touch up stray comment in PR 92953
-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 {