Skip to content

Commit f2107da

Browse files
committed
Fix doc warnings.
1 parent 2a90a1d commit f2107da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/driver/iocp/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ pub trait OpCode {
119119

120120
/// Cancel the async IO operation.
121121
///
122-
/// Usually it calls [`CancelIoEx`].
123-
///
124-
/// [`CancelIoEx`]: windows_sys::Windows::Win32::System::IO::CancelIoEx
122+
/// Usually it calls `CancelIoEx`.
125123
///
126124
/// # Safety
127125
///

0 commit comments

Comments
 (0)