Skip to content

Commit f55bbaa

Browse files
Revert "Add link to symlink_metadata in fs::Metadata doc"
This reverts commit fe9f5d5.
1 parent fe9f5d5 commit f55bbaa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/libstd/fs.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,11 @@ pub struct File {
8989

9090
/// Metadata information about a file.
9191
///
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.
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.
9595
///
9696
/// [`metadata`]: fn.metadata.html
97-
/// [`symlink_metadata`]: fn.symlink_metadata.html
9897
#[stable(feature = "rust1", since = "1.0.0")]
9998
#[derive(Clone)]
10099
pub struct Metadata(fs_imp::FileAttr);

0 commit comments

Comments
 (0)