Touch up stray comment in PR 92953

This commit is contained in:
David Tolnay 2022-01-15 20:44:47 -08:00
parent 828febf9e0
commit bfe0a4e06e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -683,7 +683,7 @@ fn clone_from(&mut self, other: &Self) {
///
/// However, manually setting the discriminants can override this default
/// behavior:
////
///
/// ```
/// #[derive(PartialEq, Eq, PartialOrd, Ord)]
/// enum E {
@ -934,7 +934,7 @@ fn partial_cmp(&self, other: &Ordering) -> Option<Ordering> {
///
/// However, manually setting the discriminants can override this default
/// behavior:
////
///
/// ```
/// #[derive(PartialEq, PartialOrd)]
/// enum E {