Skip to content

Commit cc78ff6

Browse files
committed
fix path
1 parent 36f93db commit cc78ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[allow(dead_code)]
2-
#[path = "../../libm/src/math/mod.rs"]
2+
#[path = "../libm/src/math/mod.rs"]
33
mod libm;
44

55
macro_rules! no_mangle {

0 commit comments

Comments
 (0)