Skip to content

Commit ad31b8a

Browse files
committed
zkvm: fix path to cmath in zkvm module
1 parent bd71213 commit ad31b8a

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/pal/zkvm

1 file changed

+1
-1
lines changed

library/std/src/sys/pal/zkvm/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const WORD_SIZE: usize = core::mem::size_of::<u32>();
1212
pub mod alloc;
1313
#[path = "../zkvm/args.rs"]
1414
pub mod args;
15-
#[path = "../unix/cmath.rs"]
15+
#[path = "../../cmath.rs"]
1616
pub mod cmath;
1717
pub mod env;
1818
#[path = "../unsupported/fs.rs"]

0 commit comments

Comments
 (0)