Skip to content

Commit c5849ae

Browse files
committed
inline linking
1 parent f615b6d commit c5849ae

File tree

1 file changed

+2
-6
lines changed
  • library/std/src/sys/vxworks/ext

1 file changed

+2
-6
lines changed

library/std/src/sys/vxworks/ext/fs.rs

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ use crate::sys;
77
use crate::sys::platform::fs::MetadataExt as UnixMetadataExt;
88
use crate::sys_common::{AsInner, AsInnerMut, FromInner};
99

10-
/// Unix-specific extensions to [`File`].
11-
///
12-
/// [`File`]: fs::File
10+
/// Unix-specific extensions to [`fs::File`].
1311
#[stable(feature = "file_offset", since = "1.15.0")]
1412
pub trait FileExt {
1513
/// Reads a number of bytes starting from a given offset.
@@ -644,12 +642,10 @@ impl MetadataExt for fs::Metadata {
644642
}
645643
}
646644

647-
/// Unix-specific extensions for [`FileType`].
645+
/// Unix-specific extensions for [`fs::FileType`].
648646
///
649647
/// Adds support for special Unix file types such as block/character devices,
650648
/// pipes, and sockets.
651-
///
652-
/// [`FileType`]: fs::FileType
653649
#[stable(feature = "file_type_ext", since = "1.5.0")]
654650
pub trait FileTypeExt {
655651
/// Returns whether this file type is a block device.

0 commit comments

Comments
 (0)