mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-06 12:04:36 +00:00
Apply suggestions from code review
Co-authored-by: David Tolnay <dtolnay@gmail.com>
This commit is contained in:
parent
fc4e8c7f0d
commit
7d114c7713
@ -590,8 +590,9 @@ where
|
||||
///
|
||||
/// When an equal element is present in `self` and `other`
|
||||
/// then the resulting `Intersection` may yield references to
|
||||
/// one or the other, which will be visible in properties of `T`
|
||||
/// 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
|
||||
/// value between the two equal copies of `T` in the two sets.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user