mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
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 https://github.com/risc0/risc0/issues/1647
This commit is contained in:
commit
b5c3db162e
@ -12,8 +12,6 @@ const WORD_SIZE: usize = core::mem::size_of::<u32>();
|
||||
pub mod alloc;
|
||||
#[path = "../zkvm/args.rs"]
|
||||
pub mod args;
|
||||
#[path = "../unix/cmath.rs"]
|
||||
pub mod cmath;
|
||||
pub mod env;
|
||||
#[path = "../unsupported/fs.rs"]
|
||||
pub mod fs;
|
||||
|
Loading…
Reference in New Issue
Block a user