]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/os/unix/raw.rs
Auto merge of #93397 - joshtriplett:sort-floats, r=Amanieu
[rust.git] / library / std / src / os / unix / raw.rs
index c292955cb4eea40213a7b6b67840c876924adc02..fe761627bc1f2246a9f7b1786b9e97a148cf6055 100644 (file)
@@ -1,12 +1,12 @@
 //! Unix-specific primitives available on all unix platforms.
 
 #![stable(feature = "raw_ext", since = "1.1.0")]
-#![rustc_deprecated(
+#![deprecated(
     since = "1.8.0",
-    reason = "these type aliases are no longer supported by \
-              the standard library, the `libc` crate on \
-              crates.io should be used instead for the correct \
-              definitions"
+    note = "these type aliases are no longer supported by \
+            the standard library, the `libc` crate on \
+            crates.io should be used instead for the correct \
+            definitions"
 )]
 #![allow(deprecated)]