We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d850e0d + abf401d commit 1d6e298Copy full SHA for 1d6e298
library/core/src/any.rs
@@ -772,8 +772,8 @@ impl hash::Hash for TypeId {
772
// (especially given the previous point about the lower 64 bits being
773
// high quality on their own).
774
// - It is correct to do so -- only hashing a subset of `self` is still
775
- // with an `Eq` implementation that considers the entire value, as
776
- // ours does.
+ // compatible with an `Eq` implementation that considers the entire
+ // value, as ours does.
777
self.t.1.hash(state);
778
}
779
0 commit comments