File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ pub trait MetadataExt {
196
196
fn st_atime ( & self ) -> i64 ;
197
197
/// Returns the last access time of the file, in nanoseconds since [`st_atime`].
198
198
///
199
- /// [`st_atime`]: Metadata:: st_atime
199
+ /// [`st_atime`]: #tymethod. st_atime
200
200
///
201
201
/// # Examples
202
202
///
@@ -232,7 +232,7 @@ pub trait MetadataExt {
232
232
fn st_mtime ( & self ) -> i64 ;
233
233
/// Returns the last modification time of the file, in nanoseconds since [`st_mtime`].
234
234
///
235
- /// [`st_mtime`]: Metadata:: st_mtime
235
+ /// [`st_mtime`]: #tymethod. st_mtime
236
236
///
237
237
/// # Examples
238
238
///
@@ -268,7 +268,7 @@ pub trait MetadataExt {
268
268
fn st_ctime ( & self ) -> i64 ;
269
269
/// Returns the last status change time of the file, in nanoseconds since [`st_ctime`].
270
270
///
271
- /// [`st_ctime`]: Metadata:: st_ctime
271
+ /// [`st_ctime`]: #tymethod. st_ctime
272
272
///
273
273
/// # Examples
274
274
///
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ pub trait MetadataExt {
200
200
fn st_atime ( & self ) -> i64 ;
201
201
/// Returns the last access time of the file, in nanoseconds since [`st_atime`].
202
202
///
203
- /// [`st_atime`]: Metadata:: st_atime
203
+ /// [`st_atime`]: #tymethod. st_atime
204
204
///
205
205
/// # Examples
206
206
///
@@ -236,7 +236,7 @@ pub trait MetadataExt {
236
236
fn st_mtime ( & self ) -> i64 ;
237
237
/// Returns the last modification time of the file, in nanoseconds since [`st_mtime`].
238
238
///
239
- /// [`st_mtime`]: Metadata:: st_mtime
239
+ /// [`st_mtime`]: #tymethod. st_mtime
240
240
///
241
241
/// # Examples
242
242
///
@@ -272,7 +272,7 @@ pub trait MetadataExt {
272
272
fn st_ctime ( & self ) -> i64 ;
273
273
/// Returns the last status change time of the file, in nanoseconds since [`st_ctime`].
274
274
///
275
- /// [`st_ctime`]: Metadata:: st_ctime
275
+ /// [`st_ctime`]: #tymethod. st_ctime
276
276
///
277
277
/// # Examples
278
278
///
You can’t perform that action at this time.
0 commit comments