Skip to content

Commit

Permalink
Only run f32 tests if f32 available
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Aug 17, 2022
1 parent 244fccf commit 286c1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/impl_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ mod concise {
};
}

#[cfg(feature = "f32")]
constructors! { f32
wrap!( m Length meter);
wrap!( km Length kilometer);
Expand Down

0 comments on commit 286c1ee

Please sign in to comment.