diff options
Diffstat (limited to 'src/cos.rs')
-rw-r--r-- | src/cos.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -484,7 +484,7 @@ macro_rules! impl_distance { impl Distance for AngularDistance<$f> { type Value = $f; } - } + }; } impl_distance!(f32); |