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 c0700f7 commit eef4640Copy full SHA for eef4640
src/driver/iocp/mod.rs
@@ -58,7 +58,7 @@ pub trait FromRawFd {
58
/// The `fd` passed in must:
59
/// - be a valid open handle or socket,
60
/// - be opened with `FILE_FLAG_OVERLAPPED` if it's a file handle,
61
- /// - have been attached to a driver.
+ /// - have not been attached to a driver.
62
unsafe fn from_raw_fd(fd: RawFd) -> Self;
63
}
64
0 commit comments