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 e8f2e2b commit fe9f5d5Copy full SHA for fe9f5d5
src/libstd/fs.rs
@@ -89,11 +89,12 @@ pub struct File {
89
90
/// Metadata information about a file.
91
///
92
-/// This structure is returned from the [`metadata`] function or method and
93
-/// represents known metadata about a file such as its permissions, size,
94
-/// modification times, etc.
+/// This structure is returned from the [`metadata`] or [`symlink_metadata`]
+/// functions or methods 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