File tree Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::android::raw;
88
99/// OS-specific extensions to [`fs::Metadata`].
1010///
11- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11+ /// [`fs::Metadata`]: crate::fs:: Metadata
1212#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1313pub trait MetadataExt {
1414 /// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::dragonfly::raw;
88
99/// OS-specific extensions to [`fs::Metadata`].
1010///
11- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11+ /// [`fs::Metadata`]: crate::fs:: Metadata
1212#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1313pub trait MetadataExt {
1414 /// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::emscripten::raw;
88
99/// OS-specific extensions to [`fs::Metadata`].
1010///
11- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11+ /// [`fs::Metadata`]: crate::fs:: Metadata
1212#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1313pub trait MetadataExt {
1414 /// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::freebsd::raw;
88
99/// OS-specific extensions to [`fs::Metadata`].
1010///
11- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11+ /// [`fs::Metadata`]: crate::fs:: Metadata
1212#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1313pub trait MetadataExt {
1414 /// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use crate::sys_common::AsInner;
55
66/// OS-specific extensions to [`fs::Metadata`].
77///
8- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
8+ /// [`fs::Metadata`]: crate::fs:: Metadata
99#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1010pub trait MetadataExt {
1111 #[ stable( feature = "metadata_ext2" , since = "1.8.0" ) ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::haiku::raw;
88
99/// OS-specific extensions to [`fs::Metadata`].
1010///
11- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11+ /// [`fs::Metadata`]: crate::fs:: Metadata
1212#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1313pub trait MetadataExt {
1414 /// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::illumos::raw;
88
99/// OS-specific extensions to [`fs::Metadata`].
1010///
11- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11+ /// [`fs::Metadata`]: crate::fs:: Metadata
1212#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1313pub trait MetadataExt {
1414 /// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::ios::raw;
88
99/// OS-specific extensions to [`fs::Metadata`].
1010///
11- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11+ /// [`fs::Metadata`]: crate::fs:: Metadata
1212#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1313pub trait MetadataExt {
1414 /// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::linux::raw;
88
99/// OS-specific extensions to [`fs::Metadata`].
1010///
11- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11+ /// [`fs::Metadata`]: crate::fs:: Metadata
1212#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1313pub trait MetadataExt {
1414 /// Gain a reference to the underlying `stat` structure which contains
@@ -18,7 +18,7 @@ pub trait MetadataExt {
1818 /// Unix platforms. The `os::unix::fs::MetadataExt` trait contains the
1919 /// cross-Unix abstractions contained within the raw stat.
2020 ///
21- /// [`stat`]: ../../../../std/os/ linux/ raw/struct. stat.html
21+ /// [`stat`]: crate::os:: linux:: raw:: stat
2222 ///
2323 /// # Examples
2424 ///
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::macos::raw;
88
99/// OS-specific extensions to [`fs::Metadata`].
1010///
11- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11+ /// [`fs::Metadata`]: crate::fs:: Metadata
1212#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1313pub trait MetadataExt {
1414 /// Gain a reference to the underlying `stat` structure which contains
You can’t perform that action at this time.
0 commit comments