mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 20:34:06 +00:00
Revert "Add link to symlink_metadata in fs::Metadata doc"
This reverts commit fe9f5d52a6
.
This commit is contained in:
parent
fe9f5d52a6
commit
f55bbaa634
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user