Touch up stray comment in PR 92953
This commit is contained in:
parent
828febf9e0
commit
bfe0a4e06e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user