Skip to content

Commit

Permalink
Touch up stray comment in PR 92953
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 16, 2022
1 parent 828febf commit bfe0a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/cmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -934,7 +934,7 @@ impl PartialOrd for Ordering {
///
/// However, manually setting the discriminants can override this default
/// behavior:
////
///
/// ```
/// #[derive(PartialEq, PartialOrd)]
/// enum E {
Expand Down

0 comments on commit bfe0a4e

Please sign in to comment.