diff options
| author | Christiaan Dirkx <christiaan@dirkx.email> | 2021-06-21 11:44:59 +0200 |
|---|---|---|
| committer | Christiaan Dirkx <christiaan@dirkx.email> | 2021-07-03 03:01:36 +0200 |
| commit | c93cb40b90b5f862bf448136cbe608f43ae0f62f (patch) | |
| tree | 5dc4e6408de2db97d863c62ee9298b24fa0bde53 /library/std/src/sys_common/mod.rs | |
| parent | 798baebde1fe77e5a660490ec64e727a5d79970d (diff) | |
| download | rust-c93cb40b90b5f862bf448136cbe608f43ae0f62f.tar.gz rust-c93cb40b90b5f862bf448136cbe608f43ae0f62f.zip | |
Move `os_str_bytes` to `sys::unix` and reuse it on other platforms.
Diffstat (limited to 'library/std/src/sys_common/mod.rs')
| -rw-r--r-- | library/std/src/sys_common/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/std/src/sys_common/mod.rs b/library/std/src/sys_common/mod.rs index db83bad60d8..894440564b7 100644 --- a/library/std/src/sys_common/mod.rs +++ b/library/std/src/sys_common/mod.rs @@ -26,10 +26,6 @@ pub mod fs; pub mod io; pub mod memchr; pub mod mutex; -// `doc` is required because `sys/mod.rs` imports `unix/ext/mod.rs` on Windows -// when generating documentation. -#[cfg(any(doc, not(windows)))] -pub mod os_str_bytes; pub mod process; pub mod remutex; #[macro_use] |
