Skip to content

Commit

Permalink
Update src/common.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McNab <[email protected]>
  • Loading branch information
ratmice and DJMcNab authored Feb 8, 2024
1 parent 2add23e commit 2104d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ macro_rules! define_float_funcs {
}

#[cfg(not(feature = "std"))]
impl sealed::FloatFuncsSealed for f64{}
impl sealed::FloatFuncsSealed for f64 {}
#[cfg(not(feature = "std"))]
impl FloatFuncs for f64 {
#[inline]
Expand Down

0 comments on commit 2104d1e

Please sign in to comment.