diff options
| author | joboet <jonasboettiger@icloud.com> | 2024-02-08 12:41:46 +0100 |
|---|---|---|
| committer | joboet <jonasboettiger@icloud.com> | 2024-02-08 12:51:35 +0100 |
| commit | c0d9776562359268ccc385b55fe55db640578fe1 (patch) | |
| tree | 6ad73ba84b80e39ca1b0f364ec5543ae1e105660 /library/std/src/sys/pal/wasm/mod.rs | |
| parent | d6c46a23ce19e910225abacc33bcca9d0f549148 (diff) | |
| download | rust-c0d9776562359268ccc385b55fe55db640578fe1.tar.gz rust-c0d9776562359268ccc385b55fe55db640578fe1.zip | |
std: move path into `sys`
Diffstat (limited to 'library/std/src/sys/pal/wasm/mod.rs')
| -rw-r--r-- | library/std/src/sys/pal/wasm/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/sys/pal/wasm/mod.rs b/library/std/src/sys/pal/wasm/mod.rs index 76306b618d8..567555118d7 100644 --- a/library/std/src/sys/pal/wasm/mod.rs +++ b/library/std/src/sys/pal/wasm/mod.rs @@ -28,8 +28,6 @@ pub mod io; pub mod net; #[path = "../unsupported/os.rs"] pub mod os; -#[path = "../unix/path.rs"] -pub mod path; #[path = "../unsupported/pipe.rs"] pub mod pipe; #[path = "../unsupported/process.rs"] |
