We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f2af3 commit 390641dCopy full SHA for 390641d
std/src/collections/hash/set.rs
@@ -588,7 +588,7 @@ where
588
/// Visits the values representing the intersection,
589
/// i.e., the values that are both in `self` and `other`.
590
///
591
- /// Note: When an equal element is present in `self` and `other`
+ /// 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.
0 commit comments