You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Darksonn opened this issue
Jun 11, 2020
· 1 comment
· Fixed by #73292
Assignees
Labels
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
In the documentation for PartialEq, you will find the following:
This trait allows for partial equality, for types that do not have a full equivalence relation. For example, in floating point numbers NaN != NaN, so floating point types implement PartialEq but not Eq.
The link on this page is not actually a link to the Eq trait, but a link to the PartialEq::eq method on the same page.
The link is written as [`Eq`] with an [`eq`]: PartialEq::eq in the same doc-comment, so I am unsure whether this should be considered an issue in the documentation, or in rustdoc.
The text was updated successfully, but these errors were encountered:
lcnr
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
labels
Jun 11, 2020
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
In the documentation for
PartialEq
, you will find the following:The link on this page is not actually a link to the
Eq
trait, but a link to thePartialEq::eq
method on the same page.The link is written as [`Eq`] with an [`eq`]: PartialEq::eq in the same doc-comment, so I am unsure whether this should be considered an issue in the documentation, or in rustdoc.
This issue has been assigned to @poliorcetics via this comment.
The text was updated successfully, but these errors were encountered: