diff options
| author | joboet <jonasboettiger@icloud.com> | 2024-04-23 11:49:37 +0200 |
|---|---|---|
| committer | joboet <jonasboettiger@icloud.com> | 2024-05-02 12:38:26 +0200 |
| commit | a56fd370fc3e6b5cfbd9eb0b96f533d0bcca0b1f (patch) | |
| tree | a1fc69d5c82808c6018e0500d1f77bafdf002b85 /library/std/src/sys/pal/zkvm/mod.rs | |
| parent | fcc06c894b17f4d0c80b8934ea5f27faa894c960 (diff) | |
| download | rust-a56fd370fc3e6b5cfbd9eb0b96f533d0bcca0b1f.tar.gz rust-a56fd370fc3e6b5cfbd9eb0b96f533d0bcca0b1f.zip | |
std: move thread parking to `sys::sync`
Diffstat (limited to 'library/std/src/sys/pal/zkvm/mod.rs')
| -rw-r--r-- | library/std/src/sys/pal/zkvm/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/std/src/sys/pal/zkvm/mod.rs b/library/std/src/sys/pal/zkvm/mod.rs index 4f79f8c4961..0b22eabca6d 100644 --- a/library/std/src/sys/pal/zkvm/mod.rs +++ b/library/std/src/sys/pal/zkvm/mod.rs @@ -32,9 +32,6 @@ pub mod time; #[path = "../unsupported/thread.rs"] pub mod thread; -#[path = "../unsupported/thread_parking.rs"] -pub mod thread_parking; - mod abi; use crate::io as std_io; |
