Skip to content

Commit

Permalink
specifying a Zero bound is redundant with the Num bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
radix committed Dec 23, 2017
1 parent 6d94bf0 commit ecaab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ macro_rules! system {
where
D: Dimension + ?Sized,
U: Units<V> + ?Sized,
V: $crate::num::Num + $crate::num::Zero + $crate::Conversion<V>,
V: $crate::num::Num + $crate::Conversion<V>,
{
fn zero() -> Self {
Quantity {
Expand Down

0 comments on commit ecaab25

Please sign in to comment.