about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/mod.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-02-08 21:11:17 +0000
committerbors <bors@rust-lang.org>2025-02-08 21:11:17 +0000
commit43ca9d18e333797f0aa3b525501a7cec8d61a96b (patch)
tree9ddd9f6cedb817b31bb6b0b19e17f8f1a5526b10 /library/std/src/sys/pal/unix/mod.rs
parent73bf7947e9ab731bf2764db219cd9cda216a3aed (diff)
parent45771e43babdecb3b6a74776c8ebdc30e0f31d1c (diff)
downloadrust-43ca9d18e333797f0aa3b525501a7cec8d61a96b.tar.gz
rust-43ca9d18e333797f0aa3b525501a7cec8d61a96b.zip
Auto merge of #136747 - matthiaskrgr:rollup-qfiiv4n, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #135696 (std: move `io` module out of `pal`, get rid of `sys_common::io`)
 - #136099 (Optimize `Rc::<str>::default()` implementation)
 - #136200 (Generate correct terminate block under Wasm EH)
 - #136626 (create `initial_rustdoc` field in `Build`)
 - #136657 (Make empty-line-after an early clippy lint)
 - #136679 (ci: Use largedisk for loongarch)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/std/src/sys/pal/unix/mod.rs')
-rw-r--r--library/std/src/sys/pal/unix/mod.rs1
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 6862399b942..027df6c5691 100644
--- a/library/std/src/sys/pal/unix/mod.rs
+++ b/library/std/src/sys/pal/unix/mod.rs
@@ -11,7 +11,6 @@ pub mod env;
 pub mod fd;
 pub mod fs;
 pub mod futex;
-pub mod io;
 #[cfg(any(target_os = "linux", target_os = "android"))]
 pub mod kernel_copy;
 #[cfg(target_os = "linux")]