diff options
| author | joboet <jonasboettiger@icloud.com> | 2024-01-15 16:26:25 +0100 |
|---|---|---|
| committer | joboet <jonasboettiger@icloud.com> | 2024-01-15 16:26:25 +0100 |
| commit | 70b03645002e50fbe0c8ed29a0b0e801ace48a10 (patch) | |
| tree | ba507b60ba11158a9c77a7d3346fb83dfe4f462b /library/std/src/sys/pal/unix/mod.rs | |
| parent | 8847bda592d940ae1f34d87d8cacdc09a9f787fa (diff) | |
| download | rust-70b03645002e50fbe0c8ed29a0b0e801ace48a10.tar.gz rust-70b03645002e50fbe0c8ed29a0b0e801ace48a10.zip | |
std: move OS String implementation into `sys`
Diffstat (limited to 'library/std/src/sys/pal/unix/mod.rs')
| -rw-r--r-- | library/std/src/sys/pal/unix/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/pal/unix/mod.rs b/library/std/src/sys/pal/unix/mod.rs index b5da5f870ec..86027c2b0b0 100644 --- a/library/std/src/sys/pal/unix/mod.rs +++ b/library/std/src/sys/pal/unix/mod.rs @@ -29,7 +29,6 @@ pub mod net; #[cfg(target_os = "l4re")] pub use self::l4re::net; pub mod os; -pub mod os_str; pub mod path; pub mod pipe; pub mod process; |
