We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf2056 commit eef9587Copy full SHA for eef9587
library/core/src/cmp.rs
@@ -29,7 +29,7 @@ use self::Ordering::*;
29
///
30
/// This trait allows for partial equality, for types that do not have a full
31
/// equivalence relation. For example, in floating point numbers `NaN != NaN`,
32
-/// so floating point types implement `PartialEq` but not [`Eq`].
+/// so floating point types implement `PartialEq` but not [`trait@Eq`].
33
34
/// Formally, the equality must be (for all `a`, `b` and `c`):
35
0 commit comments