Skip to content

Commit 6ab6de2

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

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
@@ -135,9 +135,6 @@ pub trait One: Sized + Mul<Self, Output = Self> {
135135

136136
/// Defines an associated constant representing the multiplicative identity
137137
/// element for `Self`.
138-
///
139-
/// Types which impl both this trait and [`PartialEq`] will receive a blanket
140-
/// impl of the [`One`] trait.
141138
pub trait ConstOne: One {
142139
/// The multiplicative identity element of `Self`, `1`.
143140
const ONE: Self;

0 commit comments

Comments
 (0)