about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/std/src/os/windows/io/raw.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/os/windows/io/raw.rs b/library/std/src/os/windows/io/raw.rs
index dc84a38156a..48c5fd358d9 100644
--- a/library/std/src/os/windows/io/raw.rs
+++ b/library/std/src/os/windows/io/raw.rs
@@ -56,8 +56,6 @@ pub trait FromRawHandle {
     ///
     /// The `handle` passed in must:
     ///   - be a valid an open handle,
-    ///   - be a handle opened for synchronous I/O, *without* the
-    ///     `FILE_FLAG_OVERLAPPED` flag, and
     ///   - be a handle for a resource that may be freed via [`CloseHandle`]
     ///     (as opposed to `RegCloseKey` or other close functions).
     ///