Merge pull request #183 from eldruin/fix-compat-1.31.0

Make module path compatible with Rust 1.31.0
This commit is contained in:
Alex Crichton
2019-06-07 12:00:15 -05:00
committed by GitHub
+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)]