Skip to content

Commit

Permalink
Update src/identities.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 31, 2023
1 parent f5e20a0 commit ad28c48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/identities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ pub trait Zero: Sized + Add<Self, Output = Self> {

/// Defines an associated constant representing the additive identity element
/// for `Self`.
///
/// Types which impl both this trait and [`PartialEq`] will receive a blanket
/// impl of the [`Zero`] trait.
pub trait ConstZero: Zero {
/// The additive identity element of `Self`, `0`.
const ZERO: Self;
Expand Down

0 comments on commit ad28c48

Please sign in to comment.