Skip to content

Commit b5c3db1

Browse files
authored
Rollup merge of #123858 - marijanp:fix-zkvm-cmath-path, r=joboet
zkvm: fix path to cmath in zkvm module I don't know why the original author decided to use relative paths. I think it would be better to use `use crate::sys::cmath;` The according issue can be found here risc0/risc0#1647
2 parents fa4c219 + 861e213 commit b5c3db1

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ 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"]
16-
pub mod cmath;
1715
pub mod env;
1816
#[path = "../unsupported/fs.rs"]
1917
pub mod fs;

0 commit comments

Comments
 (0)