about summary refs log tree commit diff
path: root/library/std/src/sys/pal/wasm/mod.rs
diff options
context:
space:
mode:
authorjoboet <jonasboettiger@icloud.com>2024-01-15 16:26:25 +0100
committerjoboet <jonasboettiger@icloud.com>2024-01-15 16:26:25 +0100
commit70b03645002e50fbe0c8ed29a0b0e801ace48a10 (patch)
treeba507b60ba11158a9c77a7d3346fb83dfe4f462b /library/std/src/sys/pal/wasm/mod.rs
parent8847bda592d940ae1f34d87d8cacdc09a9f787fa (diff)
downloadrust-70b03645002e50fbe0c8ed29a0b0e801ace48a10.tar.gz
rust-70b03645002e50fbe0c8ed29a0b0e801ace48a10.zip
std: move OS String implementation into `sys`
Diffstat (limited to 'library/std/src/sys/pal/wasm/mod.rs')
-rw-r--r--library/std/src/sys/pal/wasm/mod.rs2
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 6c05b56e1bf..d2181565887 100644
--- a/library/std/src/sys/pal/wasm/mod.rs
+++ b/library/std/src/sys/pal/wasm/mod.rs
@@ -30,8 +30,6 @@ pub mod io;
 pub mod net;
 #[path = "../unsupported/os.rs"]
 pub mod os;
-#[path = "../unix/os_str.rs"]
-pub mod os_str;
 #[path = "../unix/path.rs"]
 pub mod path;
 #[path = "../unsupported/pipe.rs"]