about summary refs log tree commit diff
path: root/src/libstd/os/linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/os/linux')
-rw-r--r--src/libstd/os/linux/mod.rs3
-rw-r--r--src/libstd/os/linux/raw.rs1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/libstd/os/linux/mod.rs b/src/libstd/os/linux/mod.rs
index 146a74a4550..ea0b00c9998 100644
--- a/src/libstd/os/linux/mod.rs
+++ b/src/libstd/os/linux/mod.rs
@@ -14,7 +14,8 @@
 
 pub mod raw;
 
+#[stable(feature = "raw_ext", since = "1.1.0")]
 pub mod fs {
-    #![stable(feature = "raw_ext", since = "1.1.0")]
+    #[stable(feature = "raw_ext", since = "1.1.0")]
     pub use sys::fs::MetadataExt;
 }
diff --git a/src/libstd/os/linux/raw.rs b/src/libstd/os/linux/raw.rs
index d7abdef6b03..35de9bfc194 100644
--- a/src/libstd/os/linux/raw.rs
+++ b/src/libstd/os/linux/raw.rs
@@ -16,6 +16,7 @@
 #[stable(feature = "raw_ext", since = "1.1.0")] pub type mode_t = u32;
 
 #[doc(inline)]
+#[stable(feature = "raw_ext", since = "1.1.0")]
 pub use self::arch::{off_t, ino_t, nlink_t, blksize_t, blkcnt_t, stat, time_t};
 
 #[cfg(any(target_arch = "x86",