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 ad28c48 commit 293c09c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/identities.rs
Expand Up @@ -135,9 +135,6 @@ pub trait One: Sized + Mul<Self, Output = Self> {

/// Defines an associated constant representing the multiplicative identity
/// element for `Self`.
///
/// Types which impl both this trait and [`PartialEq`] will receive a blanket
/// impl of the [`One`] trait.
pub trait ConstOne: One {
/// The multiplicative identity element of `Self`, `1`.
const ONE: Self;
Expand Down

0 comments on commit 293c09c

Please sign in to comment.