Skip to content

Commit a3b3105

Browse files
committed
Make module path compatible with Rust 1.31.0
1 parent 01bee72 commit a3b3105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mod math;
2020

2121
use core::{f32, f64};
2222

23-
pub use math::*;
23+
pub use self::math::*;
2424

2525
/// Approximate equality with 1 ULP of tolerance
2626
#[doc(hidden)]

0 commit comments

Comments
 (0)