diff options
| author | Jack Vickeridge <jackv@cantab.net> | 2017-01-21 19:57:57 +0000 |
|---|---|---|
| committer | Jack Vickeridge <jackv@cantab.net> | 2017-01-21 19:57:57 +0000 |
| commit | f55bbaa63467eb8196ac9476e095ec069563846e (patch) | |
| tree | a5951d20957b3caa0d9aa879348299ecd66e971a /src/libstd | |
| parent | fe9f5d52a6830991609c07455b0267852d9c3545 (diff) | |
| download | rust-f55bbaa63467eb8196ac9476e095ec069563846e.tar.gz rust-f55bbaa63467eb8196ac9476e095ec069563846e.zip | |
Revert "Add link to symlink_metadata in fs::Metadata doc"
This reverts commit fe9f5d52a6830991609c07455b0267852d9c3545.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/fs.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs index 0ffe0f1c856..26fcd348fc9 100644 --- a/src/libstd/fs.rs +++ b/src/libstd/fs.rs @@ -89,12 +89,11 @@ pub struct File { /// Metadata information about a file. /// -/// 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. +/// 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. /// /// [`metadata`]: fn.metadata.html -/// [`symlink_metadata`]: fn.symlink_metadata.html #[stable(feature = "rust1", since = "1.0.0")] #[derive(Clone)] pub struct Metadata(fs_imp::FileAttr); |
