From bfe0a4e06e7714c2e0e3b42e1b4ec3b6e5ca121d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Jan 2022 20:44:47 -0800 Subject: Touch up stray comment in PR 92953 --- library/core/src/cmp.rs | 4 ++-- 1 file 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 Clone for Reverse { /// /// 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 { -- cgit 1.4.1-3-g733a5