diff --git a/src/unit.rs b/src/unit.rs index babe135..6335077 100644 --- a/src/unit.rs +++ b/src/unit.rs @@ -277,6 +277,12 @@ impl Units { } } +impl Default for Units { + fn default() -> Self { + Self::new() + } +} + impl Mul for Units { type Output = Self;