Skip to content

Commit 5bba264

Browse files
authored
Merge pull request rust-lang#183 from eldruin/fix-compat-1.31.0
Make module path compatible with Rust 1.31.0
2 parents 01bee72 + a3b3105 commit 5bba264

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)