File tree Expand file tree Collapse file tree 24 files changed +139
-64
lines changed Expand file tree Collapse file tree 24 files changed +139
-64
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
18
18
#[ allow( deprecated) ]
19
19
use os:: android:: raw;
20
20
21
- /// OS-specific extension methods for `fs::Metadata`
21
+ /// OS-specific extensions to [`fs::Metadata`].
22
+ ///
23
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
22
24
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
23
25
pub trait MetadataExt {
24
26
/// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
18
18
#[ allow( deprecated) ]
19
19
use os:: bitrig:: raw;
20
20
21
- /// OS-specific extension methods for `fs::Metadata`
21
+ /// OS-specific extensions to [`fs::Metadata`].
22
+ ///
23
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
22
24
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
23
25
pub trait MetadataExt {
24
26
/// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
18
18
#[ allow( deprecated) ]
19
19
use os:: dragonfly:: raw;
20
20
21
- /// OS-specific extension methods for `fs::Metadata`
21
+ /// OS-specific extensions to [`fs::Metadata`].
22
+ ///
23
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
22
24
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
23
25
pub trait MetadataExt {
24
26
/// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
18
18
#[ allow( deprecated) ]
19
19
use os:: emscripten:: raw;
20
20
21
- /// OS-specific extension methods for `fs::Metadata`
21
+ /// OS-specific extensions to [`fs::Metadata`].
22
+ ///
23
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
22
24
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
23
25
pub trait MetadataExt {
24
26
/// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
18
18
#[ allow( deprecated) ]
19
19
use os:: freebsd:: raw;
20
20
21
- /// OS-specific extension methods for `fs::Metadata`
21
+ /// OS-specific extensions to [`fs::Metadata`].
22
+ ///
23
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
22
24
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
23
25
pub trait MetadataExt {
24
26
/// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change 13
13
use fs:: Metadata ;
14
14
use sys_common:: AsInner ;
15
15
16
- /// OS-specific extension methods for `fs::Metadata`
16
+ /// OS-specific extensions to [`fs::Metadata`].
17
+ ///
18
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
17
19
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
18
20
pub trait MetadataExt {
19
21
#[ stable( feature = "metadata_ext2" , since = "1.8.0" ) ]
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
18
18
#[ allow( deprecated) ]
19
19
use os:: haiku:: raw;
20
20
21
- /// OS-specific extension methods for `fs::Metadata`
21
+ /// OS-specific extensions to [`fs::Metadata`].
22
+ ///
23
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
22
24
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
23
25
pub trait MetadataExt {
24
26
/// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
18
18
#[ allow( deprecated) ]
19
19
use os:: ios:: raw;
20
20
21
- /// OS-specific extension methods for `fs::Metadata`
21
+ /// OS-specific extensions to [`fs::Metadata`].
22
+ ///
23
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
22
24
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
23
25
pub trait MetadataExt {
24
26
/// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
18
18
#[ allow( deprecated) ]
19
19
use os:: linux:: raw;
20
20
21
- /// OS-specific extension methods for `fs::Metadata`
21
+ /// OS-specific extensions to [`fs::Metadata`].
22
+ ///
23
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
22
24
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
23
25
pub trait MetadataExt {
24
26
/// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
18
18
#[ allow( deprecated) ]
19
19
use os:: macos:: raw;
20
20
21
- /// OS-specific extension methods for `fs::Metadata`
21
+ /// OS-specific extensions to [`fs::Metadata`].
22
+ ///
23
+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
22
24
#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
23
25
pub trait MetadataExt {
24
26
/// Gain a reference to the underlying `stat` structure which contains
You can’t perform that action at this time.
0 commit comments