Skip to content

Commit

Permalink
Revert "Add link to symlink_metadata in fs::Metadata doc"
Browse files Browse the repository at this point in the history
This reverts commit fe9f5d5.
  • Loading branch information
CartesianDaemon committed Jan 21, 2017
1 parent fe9f5d5 commit f55bbaa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/libstd/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f55bbaa

Please sign in to comment.