File tree Expand file tree Collapse file tree 24 files changed +135
-60
lines changed Expand file tree Collapse file tree 24 files changed +135
-60
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ use sys_common::AsInner;
1818#[ allow( deprecated) ]
1919use os:: android:: raw;
2020
21- /// OS-specific extension methods for `fs::Metadata`
21+ /// OS-specific extensions to [`fs::Metadata`].
22+ ///
23+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
2224#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2325pub trait MetadataExt {
2426 /// 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;
1818#[ allow( deprecated) ]
1919use os:: bitrig:: raw;
2020
21- /// OS-specific extension methods for `fs::Metadata`
21+ /// OS-specific extensions to [`fs::Metadata`].
22+ ///
23+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
2224#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2325pub trait MetadataExt {
2426 /// 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;
1818#[ allow( deprecated) ]
1919use os:: dragonfly:: raw;
2020
21- /// OS-specific extension methods for `fs::Metadata`
21+ /// OS-specific extensions to [`fs::Metadata`].
22+ ///
23+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
2224#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2325pub trait MetadataExt {
2426 /// 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;
1818#[ allow( deprecated) ]
1919use os:: emscripten:: raw;
2020
21- /// OS-specific extension methods for `fs::Metadata`
21+ /// OS-specific extensions to [`fs::Metadata`].
22+ ///
23+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
2224#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2325pub trait MetadataExt {
2426 /// 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;
1818#[ allow( deprecated) ]
1919use os:: freebsd:: raw;
2020
21- /// OS-specific extension methods for `fs::Metadata`
21+ /// OS-specific extensions to [`fs::Metadata`].
22+ ///
23+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
2224#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2325pub trait MetadataExt {
2426 /// Gain a reference to the underlying `stat` structure which contains
Original file line number Diff line number Diff line change 1313use fs:: Metadata ;
1414use sys_common:: AsInner ;
1515
16- /// OS-specific extension methods for `fs::Metadata`
16+ /// OS-specific extensions to [`fs::Metadata`].
17+ ///
18+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
1719#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
1820pub trait MetadataExt {
1921 #[ 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;
1818#[ allow( deprecated) ]
1919use os:: haiku:: raw;
2020
21- /// OS-specific extension methods for `fs::Metadata`
21+ /// OS-specific extensions to [`fs::Metadata`].
22+ ///
23+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
2224#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2325pub trait MetadataExt {
2426 /// 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;
1818#[ allow( deprecated) ]
1919use os:: ios:: raw;
2020
21- /// OS-specific extension methods for `fs::Metadata`
21+ /// OS-specific extensions to [`fs::Metadata`].
22+ ///
23+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
2224#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2325pub trait MetadataExt {
2426 /// 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;
1818#[ allow( deprecated) ]
1919use os:: linux:: raw;
2020
21- /// OS-specific extension methods for `fs::Metadata`
21+ /// OS-specific extensions to [`fs::Metadata`].
22+ ///
23+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
2224#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2325pub trait MetadataExt {
2426 /// 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;
1818#[ allow( deprecated) ]
1919use os:: macos:: raw;
2020
21- /// OS-specific extension methods for `fs::Metadata`
21+ /// OS-specific extensions to [`fs::Metadata`].
22+ ///
23+ /// [`fs::Metadata`]: ../../../../std/fs/struct.Metadata.html
2224#[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
2325pub trait MetadataExt {
2426 /// Gain a reference to the underlying `stat` structure which contains
You can’t perform that action at this time.
0 commit comments