Make module path compatible with Rust 1.31.0

This commit is contained in:
Diego Barrios Romero
2019-06-07 18:23:43 +02:00
parent 01bee72a93
commit a3b310507c
+1 -1
View File
@@ -20,7 +20,7 @@ mod math;
use core::{f32, f64};
pub use math::*;
pub use self::math::*;
/// Approximate equality with 1 ULP of tolerance
#[doc(hidden)]