Skip to content

Commit 0e4ba2a

Browse files
committed
Update path to libm after the merge
1 parent b66086f commit 0e4ba2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-builtins/src/math.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#[allow(dead_code)]
33
#[allow(unused_imports)]
44
#[allow(clippy::all)]
5-
#[path = "../libm/src/math/mod.rs"]
5+
#[path = "../../libm/libm/src/math/mod.rs"]
66
pub(crate) mod libm;
77

88
macro_rules! libm_intrinsics {

0 commit comments

Comments
 (0)