Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 60bba52

Browse files
committed
Make module path compatible with Rust 1.31.0
1 parent b56ca34 commit 60bba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/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)