]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/mod.rs
Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-se
[rust.git] / library / std / src / sys / mod.rs
index 1e79a5c3f9bd5486159723547bfbeee1f2b0a5c8..9b359392cf0cde335f01e7b6f37b57b1c3c14df8 100644 (file)
@@ -70,8 +70,6 @@
         #[allow(missing_docs)]
         pub mod unix_ext {}
     } else {
-        // On other platforms like Windows document the bare bones of unix
-        use crate::os::linux as platform;
         #[path = "unix/ext/mod.rs"]
         pub mod unix_ext;
     }