Skip to content

Commit 99a3ea3

Browse files
asomersSteveLauC
authored andcommitted
Fix rustdoc::redundant_explicit_links warning on nightly
1 parent a16a9f8 commit 99a3ea3

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
@@ -745,7 +745,7 @@ pub enum FcntlArg<'a> {
745745
F_SETFL(OFlag), // O_NONBLOCK
746746
/// Set or clear a file segment lock
747747
F_SETLK(&'a libc::flock),
748-
/// Like [`F_SETLK`](FcntlArg::F_SETLK) except that if a shared or exclusive lock is blocked by
748+
/// Like [`F_SETLK`] except that if a shared or exclusive lock is blocked by
749749
/// other locks, the process waits until the request can be satisfied.
750750
F_SETLKW(&'a libc::flock),
751751
/// Get the first lock that blocks the lock description

0 commit comments

Comments
 (0)