Skip to content

Commit 45b5de3

Browse files
committed
Delete a spurious empty comment line.
1 parent 926344a commit 45b5de3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ pub struct OwnedHandle {
7575
/// so it can be used in FFI in places where a non-null handle is passed as a
7676
/// consumed argument or returned as an owned value, or it is
7777
/// `INVALID_HANDLE_VALUE` indicating an error or an otherwise absent value.
78-
///
7978
#[repr(transparent)]
8079
#[unstable(feature = "io_safety", issue = "87074")]
8180
pub struct OptionFileHandle {

0 commit comments

Comments
 (0)