diff options
| author | bors <bors@rust-lang.org> | 2025-03-09 18:32:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-03-09 18:32:36 +0000 |
| commit | 3ea711f17e3946ac3f4df11691584e2c56b4b0cf (patch) | |
| tree | d55170fd23cd390502ead3a0d0cf80a1aabc73d9 /library/std/src/sys/pal/unix/mod.rs | |
| parent | 385970f0c1fd0c09bac426b02f38300c0b1ba9a2 (diff) | |
| parent | 33530e4cb9d614c170f90b57d4e748b11e11cfec (diff) | |
| download | rust-3ea711f17e3946ac3f4df11691584e2c56b4b0cf.tar.gz rust-3ea711f17e3946ac3f4df11691584e2c56b4b0cf.zip | |
Auto merge of #138279 - matthiaskrgr:rollup-ndnoipr, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #122790 (Apply dllimport in ThinLTO) - #137650 (Move `fs` into `sys`) - #138228 (Use `disjoint_bitor` inside `borrowing_sub`) - #138233 (Windows: Don't link std (and run-make) against advapi32, except on win7) - #138253 (Continue to check attr if meet empty repr for adt) - #138263 (Fix `repr128-dwarf` test) - #138276 (Lazy load NtOpenFile for UWP) 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.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 c0b56d8d2b2..0565e3ecfb9 100644 --- a/library/std/src/sys/pal/unix/mod.rs +++ b/library/std/src/sys/pal/unix/mod.rs @@ -9,7 +9,6 @@ pub mod weak; pub mod args; pub mod env; pub mod fd; -pub mod fs; pub mod futex; #[cfg(any(target_os = "linux", target_os = "android"))] pub mod kernel_copy; |
