[#1] Fixed up unused imports, docs, and tests.
This commit is contained in:
@ -7,7 +7,7 @@ pub trait One: Sized + Mul<Self, Output=Self>
|
||||
///
|
||||
/// # Laws
|
||||
///
|
||||
/// ```{.text}
|
||||
/// ```text
|
||||
/// a * 1 = a ∀ a ∈ Self
|
||||
/// 1 * a = a ∀ a ∈ Self
|
||||
/// ```
|
||||
|
Reference in New Issue
Block a user