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). ///