We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9f5d5 commit f55bbaaCopy full SHA for f55bbaa
src/libstd/fs.rs
@@ -89,12 +89,11 @@ pub struct File {
89
90
/// Metadata information about a file.
91
///
92
-/// This structure is returned from the [`metadata`] or [`symlink_metadata`]
93
-/// functions or methods and represents known metadata about a file such as
94
-/// its permissions, size, modification times, etc.
+/// This structure is returned from the [`metadata`] function or method and
+/// represents known metadata about a file such as its permissions, size,
+/// modification times, etc.
95
96
/// [`metadata`]: fn.metadata.html
97
-/// [`symlink_metadata`]: fn.symlink_metadata.html
98
#[stable(feature = "rust1", since = "1.0.0")]
99
#[derive(Clone)]
100
pub struct Metadata(fs_imp::FileAttr);
0 commit comments