]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/os/linux/raw.rs
Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472
[rust.git] / library / std / src / os / linux / raw.rs
index d78049bce24c2dcd3baf624ad04466a64107a2f1..c73791d14529c6976adec84643f01976433c05be 100644 (file)
@@ -1,12 +1,12 @@
 //! Linux-specific raw type definitions.
 
 #![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)]