Skip to content

Commit 6cbccfb

Browse files
committed
fixup to Fix rustdoc::redundant_explicit_links warning on nightly
1 parent 9c5bf5a commit 6cbccfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fcntl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ pub enum FcntlArg<'a> {
753753
/// Acquire or release an open file description lock
754754
#[cfg(linux_android)]
755755
F_OFD_SETLK(&'a libc::flock),
756-
/// Like [`F_OFD_SETLK`](FcntlArg::F_OFD_SETLK) except that if a conflicting lock is held on
756+
/// Like [`F_OFD_SETLK`] except that if a conflicting lock is held on
757757
/// the file, then wait for that lock to be released.
758758
#[cfg(linux_android)]
759759
F_OFD_SETLKW(&'a libc::flock),

0 commit comments

Comments
 (0)