We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97b3c6 commit b7c933aCopy full SHA for b7c933a
library/std/src/fs.rs
@@ -2994,7 +2994,7 @@ pub fn read_dir<P: AsRef<Path>>(path: P) -> io::Result<ReadDir> {
2994
/// When possible, permissions should be set at creation time instead.
2995
///
2996
/// # Rationale
2997
-/// POSIX does not specify an `lchown` function,
+/// POSIX does not specify an `lchmod` function,
2998
/// and symlinks can be followed regardless of what permission bits are set.
2999
3000
/// # Errors
0 commit comments