Skip to content

Commit e48ffe2

Browse files
tarciericuviper
authored andcommitted
Update src/identities.rs
1 parent bc42b83 commit e48ffe2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/identities.rs

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ pub trait Zero: Sized + Add<Self, Output = Self> {
3030

3131
/// Defines an associated constant representing the additive identity element
3232
/// for `Self`.
33-
///
34-
/// Types which impl both this trait and [`PartialEq`] will receive a blanket
35-
/// impl of the [`Zero`] trait.
3633
pub trait ConstZero: Zero {
3734
/// The additive identity element of `Self`, `0`.
3835
const ZERO: Self;

0 commit comments

Comments
 (0)