We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664ede8 commit 275deacCopy full SHA for 275deac
src/libstd/fs.rs
@@ -195,9 +195,10 @@ pub struct OpenOptions(fs_imp::OpenOptions);
195
/// This module only currently provides one bit of information, [`readonly`],
196
/// which is exposed on all currently supported platforms. Unix-specific
197
/// functionality, such as mode bits, is available through the
198
-/// `os::unix::PermissionsExt` trait.
+/// [`PermissionsExt`] trait.
199
///
200
/// [`readonly`]: struct.Permissions.html#method.readonly
201
+/// [`PermissionsExt`]: ../os/unix/fs/trait.PermissionsExt.html
202
#[derive(Clone, PartialEq, Eq, Debug)]
203
#[stable(feature = "rust1", since = "1.0.0")]
204
pub struct Permissions(fs_imp::FilePermissions);
0 commit comments