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 9c5bf5a commit 6cbccfbCopy full SHA for 6cbccfb
src/fcntl.rs
@@ -753,7 +753,7 @@ pub enum FcntlArg<'a> {
753
/// Acquire or release an open file description lock
754
#[cfg(linux_android)]
755
F_OFD_SETLK(&'a libc::flock),
756
- /// Like [`F_OFD_SETLK`](FcntlArg::F_OFD_SETLK) except that if a conflicting lock is held on
+ /// Like [`F_OFD_SETLK`] except that if a conflicting lock is held on
757
/// the file, then wait for that lock to be released.
758
759
F_OFD_SETLKW(&'a libc::flock),
0 commit comments