doc(core::cmp::Eq): fix definition of symmetry#155313
doc(core::cmp::Eq): fix definition of symmetry#155313numero-744 wants to merge 1 commit intorust-lang:mainfrom
Conversation
|
r? @ibraheemdev rustbot has assigned @ibraheemdev. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
Here is the documentation from Lines 51 to 53 in a5c825c The pointed equivalence is not related to symmetry here. Should I move it out from the symmetry bullet point in |
|
Yes, it is indeed unrelated. You could move it to a separate bullet point, maybe consistency. |
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment has been minimized.
This comment has been minimized.
The definition did not match the one from PartialEq and was merged with the definition of symmetry.
|
I had one job |
The definition did not match the one from PartialEq