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;
8
8
9
9
/// OS-specific extensions to [`fs::Metadata`].
10
10
///
11
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11
+ /// [`fs::Metadata`]: crate::fs:: Metadata
12
12
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
13
13
pub trait MetadataExt {
14
14
/// 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;
8
8
9
9
/// OS-specific extensions to [`fs::Metadata`].
10
10
///
11
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11
+ /// [`fs::Metadata`]: crate::fs:: Metadata
12
12
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
13
13
pub trait MetadataExt {
14
14
/// 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;
8
8
9
9
/// OS-specific extensions to [`fs::Metadata`].
10
10
///
11
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11
+ /// [`fs::Metadata`]: crate::fs:: Metadata
12
12
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
13
13
pub trait MetadataExt {
14
14
/// 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;
8
8
9
9
/// OS-specific extensions to [`fs::Metadata`].
10
10
///
11
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11
+ /// [`fs::Metadata`]: crate::fs:: Metadata
12
12
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
13
13
pub trait MetadataExt {
14
14
/// 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;
5
5
6
6
/// OS-specific extensions to [`fs::Metadata`].
7
7
///
8
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
8
+ /// [`fs::Metadata`]: crate::fs:: Metadata
9
9
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
10
10
pub trait MetadataExt {
11
11
#[ 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;
8
8
9
9
/// OS-specific extensions to [`fs::Metadata`].
10
10
///
11
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11
+ /// [`fs::Metadata`]: crate::fs:: Metadata
12
12
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
13
13
pub trait MetadataExt {
14
14
/// 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;
8
8
9
9
/// OS-specific extensions to [`fs::Metadata`].
10
10
///
11
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11
+ /// [`fs::Metadata`]: crate::fs:: Metadata
12
12
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
13
13
pub trait MetadataExt {
14
14
/// 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;
8
8
9
9
/// OS-specific extensions to [`fs::Metadata`].
10
10
///
11
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11
+ /// [`fs::Metadata`]: crate::fs:: Metadata
12
12
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
13
13
pub trait MetadataExt {
14
14
/// 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;
8
8
9
9
/// OS-specific extensions to [`fs::Metadata`].
10
10
///
11
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11
+ /// [`fs::Metadata`]: crate::fs:: Metadata
12
12
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
13
13
pub trait MetadataExt {
14
14
/// Gain a reference to the underlying `stat` structure which contains
@@ -18,7 +18,7 @@ pub trait MetadataExt {
18
18
/// Unix platforms. The `os::unix::fs::MetadataExt` trait contains the
19
19
/// cross-Unix abstractions contained within the raw stat.
20
20
///
21
- /// [`stat`]: ../../../../std/os/ linux/ raw/struct. stat.html
21
+ /// [`stat`]: crate::os:: linux:: raw:: stat
22
22
///
23
23
/// # Examples
24
24
///
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use crate::os::macos::raw;
8
8
9
9
/// OS-specific extensions to [`fs::Metadata`].
10
10
///
11
- /// [`fs::Metadata`]: ../../../../std/fs/struct. Metadata.html
11
+ /// [`fs::Metadata`]: crate::fs:: Metadata
12
12
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
13
13
pub trait MetadataExt {
14
14
/// Gain a reference to the underlying `stat` structure which contains
You can’t perform that action at this time.
0 commit comments