Skip to content

Commit 8253cfe

Browse files
committed
Remove the comment about FILE_FLAG_OVERLAPPED.
There may eventually be something to say about `FILE_FLAG_OVERLAPPED` here, however this appears to be independent of the other changes in this PR, so remove them from this PR so that it can be discussed separately.
1 parent af642bb commit 8253cfe

File tree

1 file changed

+0
-2
lines changed
  • library/std/src/os/windows/io

1 file changed

+0
-2
lines changed

library/std/src/os/windows/io/raw.rs

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ pub trait FromRawHandle {
5656
///
5757
/// The `handle` passed in must:
5858
/// - be a valid an open handle,
59-
/// - be a handle opened for synchronous I/O, *without* the
60-
/// `FILE_FLAG_OVERLAPPED` flag, and
6159
/// - be a handle for a resource that may be freed via [`CloseHandle`]
6260
/// (as opposed to `RegCloseKey` or other close functions).
6361
///

0 commit comments

Comments
 (0)