We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390641d commit f4e6536Copy full SHA for f4e6536
std/src/collections/hash/set.rs
@@ -590,8 +590,9 @@ where
590
///
591
/// When an equal element is present in `self` and `other`
592
/// then the resulting `Intersection` may yield references to
593
- /// one or the other, which will be visible in properties of `T`
594
- /// not participating in the `Eq` implementation.
+ /// one or the other. This can be relevant if `T` contains fields which
+ /// are not compared by its `Eq` implementation, and may hold different
595
+ /// value between the two equal copies of `T` in the two sets.
596
597
/// # Examples
598
0 commit comments