Skip to content

Commit 084e473

Browse files
committed
Fixes to make zkvm target compile
1 parent bf1f9d2 commit 084e473

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ pub mod abi;
1414
pub mod os;
1515
#[path = "../unsupported/pipe.rs"]
1616
pub mod pipe;
17-
#[path = "../unsupported/thread.rs"]
18-
pub mod thread;
1917
#[path = "../unsupported/time.rs"]
2018
pub mod time;
2119

0 commit comments

Comments
 (0)