mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 18:12:51 +00:00
Delete a spurious empty comment line.
This commit is contained in:
parent
926344a80f
commit
45b5de3376
@ -75,7 +75,6 @@ pub struct OwnedHandle {
|
||||
/// so it can be used in FFI in places where a non-null handle is passed as a
|
||||
/// consumed argument or returned as an owned value, or it is
|
||||
/// `INVALID_HANDLE_VALUE` indicating an error or an otherwise absent value.
|
||||
///
|
||||
#[repr(transparent)]
|
||||
#[unstable(feature = "io_safety", issue = "87074")]
|
||||
pub struct OptionFileHandle {
|
||||
|
Loading…
Reference in New Issue
Block a user