]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/os/linux/fs.rs
:arrow_up: rust-analyzer
[rust.git] / library / std / src / os / linux / fs.rs
index 23267c44685b00df3dc8887262e36a4bbb6d414a..479bbcc17a89ec67ae0f175042d38216a87ff84a 100644 (file)
@@ -38,7 +38,7 @@ pub trait MetadataExt {
     /// }
     /// ```
     #[stable(feature = "metadata_ext", since = "1.1.0")]
-    #[rustc_deprecated(since = "1.8.0", reason = "other methods of this trait are now preferred")]
+    #[deprecated(since = "1.8.0", note = "other methods of this trait are now preferred")]
     #[allow(deprecated)]
     fn as_raw_stat(&self) -> &raw::stat;