about summary refs log tree commit diff
path: root/library/std/src/os/unix/io/raw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/os/unix/io/raw.rs')
-rw-r--r--library/std/src/os/unix/io/raw.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/os/unix/io/raw.rs b/library/std/src/os/unix/io/raw.rs
index 6317e317471..a4d2ba797d9 100644
--- a/library/std/src/os/unix/io/raw.rs
+++ b/library/std/src/os/unix/io/raw.rs
@@ -2,4 +2,5 @@
 
 #![stable(feature = "rust1", since = "1.0.0")]
 
+#[stable(feature = "rust1", since = "1.0.0")]
 pub use crate::os::fd::raw::*;