We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd71213 commit 861e213Copy full SHA for 861e213
library/std/src/sys/pal/zkvm/mod.rs
@@ -12,8 +12,6 @@ const WORD_SIZE: usize = core::mem::size_of::<u32>();
12
pub mod alloc;
13
#[path = "../zkvm/args.rs"]
14
pub mod args;
15
-#[path = "../unix/cmath.rs"]
16
-pub mod cmath;
17
pub mod env;
18
#[path = "../unsupported/fs.rs"]
19
pub mod fs;
0 commit comments