Skip to content

Commit bfe0a4e

Browse files
committed
Touch up stray comment in PR 92953
1 parent 828febf commit bfe0a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/cmp.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ impl<T: Clone> Clone for Reverse<T> {
683683
///
684684
/// However, manually setting the discriminants can override this default
685685
/// behavior:
686-
////
686+
///
687687
/// ```
688688
/// #[derive(PartialEq, Eq, PartialOrd, Ord)]
689689
/// enum E {
@@ -934,7 +934,7 @@ impl PartialOrd for Ordering {
934934
///
935935
/// However, manually setting the discriminants can override this default
936936
/// behavior:
937-
////
937+
///
938938
/// ```
939939
/// #[derive(PartialEq, PartialOrd)]
940940
/// enum E {

0 commit comments

Comments
 (0)