未验证 提交 7d114c77 编写于 作者: N nzrq 提交者: GitHub

Apply suggestions from code review

Co-authored-by: NDavid Tolnay <dtolnay@gmail.com>
上级 fc4e8c7f
......@@ -590,8 +590,9 @@ pub fn symmetric_difference<'a>(
///
/// 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
///
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册