We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df002a commit b353765Copy full SHA for b353765
library/std/src/fs.rs
@@ -1409,8 +1409,7 @@ impl Permissions {
1409
/// Therefore the return value of this function cannot be relied upon
1410
/// to predict whether attempts to read or write the file will actually succeed.
1411
/// The [`PermissionsExt`] trait gives direct access to the permission bits but
1412
- /// also does not read ACLs. If you need to accurately know whether or not a file
1413
- /// is writable use the `access()` function from libc.
+ /// also does not read ACLs.
1414
///
1415
/// [`PermissionsExt`]: crate::os::unix::fs::PermissionsExt
1416
0 commit comments