We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac061a4 + 031cc32 commit 46e7cb4Copy full SHA for 46e7cb4
src/libstd/os/linux/fs.rs
@@ -34,9 +34,10 @@ pub trait MetadataExt {
34
/// }
35
/// ```
36
#[stable(feature = "metadata_ext", since = "1.1.0")]
37
- #[rustc_deprecated(since = "1.8.0",
38
- reason = "deprecated in favor of the accessor \
39
- methods of this trait")]
+ #[rustc_deprecated(
+ since = "1.8.0",
+ reason = "other methods of this trait are now prefered"
40
+ )]
41
#[allow(deprecated)]
42
fn as_raw_stat(&self) -> &raw::stat;
43
0 commit comments