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 926344a commit 45b5de3Copy full SHA for 45b5de3
library/std/src/os/windows/io/handle.rs
@@ -75,7 +75,6 @@ pub struct OwnedHandle {
75
/// so it can be used in FFI in places where a non-null handle is passed as a
76
/// consumed argument or returned as an owned value, or it is
77
/// `INVALID_HANDLE_VALUE` indicating an error or an otherwise absent value.
78
-///
79
#[repr(transparent)]
80
#[unstable(feature = "io_safety", issue = "87074")]
81
pub struct OptionFileHandle {
0 commit comments