]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/os/windows/io/mod.rs
Auto merge of #97057 - bjorn3:sync_cg_clif-2022-05-15, r=bjorn3
[rust.git] / library / std / src / os / windows / io / mod.rs
index 2f6f0769548091ac6f74e1ee771e1bee3047cbfd..3325688e661ef7e25c12695b327becdddbee3009 100644 (file)
@@ -54,3 +54,6 @@
 pub use raw::*;
 #[unstable(feature = "io_safety", issue = "87074")]
 pub use socket::*;
+
+#[cfg(test)]
+mod tests;