]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/wasm/mod.rs
Unify OsString/OsStr for byte-based implementations
[rust.git] / src / libstd / sys / wasm / mod.rs
index 1828cce4e520e2bd81f03d5d8e16a5f4cce97078..670d07de1d1e0b0ebe5499a882e9ac3597692d76 100644 (file)
@@ -32,7 +32,6 @@
 pub mod memchr;
 pub mod net;
 pub mod os;
-pub mod os_str;
 pub mod path;
 pub mod pipe;
 pub mod process;
@@ -41,6 +40,8 @@
 pub mod time;
 pub mod stdio;
 
+pub use crate::sys_common::os_str_bytes as os_str;
+
 cfg_if! {
     if #[cfg(target_feature = "atomics")] {
         #[path = "condvar_atomics.rs"]