about summary refs log tree commit diff
path: root/src/libstd/os.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/os.rs')
-rw-r--r--src/libstd/os.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/os.rs b/src/libstd/os.rs
index 53882c7b833..866f7caffe8 100644
--- a/src/libstd/os.rs
+++ b/src/libstd/os.rs
@@ -25,6 +25,7 @@
 //! OS-ignorant code by default.
 
 #![unstable(feature = "os")]
+#![deprecated(since = "1.0.0", reason = "replaced with std::env APIs")]
 
 #![allow(missing_docs)]
 #![allow(non_snake_case)]