about summary refs log tree commit diff
path: root/library/std/src/os/unix/io/fd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/os/unix/io/fd.rs')
-rw-r--r--library/std/src/os/unix/io/fd.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/std/src/os/unix/io/fd.rs b/library/std/src/os/unix/io/fd.rs
index 5a8b30c77c0..6bb1fa15c17 100644
--- a/library/std/src/os/unix/io/fd.rs
+++ b/library/std/src/os/unix/io/fd.rs
@@ -2,6 +2,10 @@
 
 #![unstable(feature = "io_safety", issue = "87074")]
 
+// Tests for this module
+#[cfg(test)]
+mod tests;
+
 use super::raw::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
 use crate::fmt;
 use crate::fs;