diff options
| author | Dan Gohman <dev@sunfishcode.online> | 2021-07-27 17:05:55 -0700 |
|---|---|---|
| committer | Dan Gohman <dev@sunfishcode.online> | 2021-08-19 12:02:39 -0700 |
| commit | 45b5de3376bdfdd04222add3f42e39f933984993 (patch) | |
| tree | 57d5167f55f1fb0682f9a50a4a33c24471cdc0f9 /library/std/src/os | |
| parent | 926344a80f19fe255f0b13f4a13d9435bbb9e469 (diff) | |
| download | rust-45b5de3376bdfdd04222add3f42e39f933984993.tar.gz rust-45b5de3376bdfdd04222add3f42e39f933984993.zip | |
Delete a spurious empty comment line.
Diffstat (limited to 'library/std/src/os')
| -rw-r--r-- | library/std/src/os/windows/io/handle.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/os/windows/io/handle.rs b/library/std/src/os/windows/io/handle.rs index 46c6caae544..e9128684354 100644 --- a/library/std/src/os/windows/io/handle.rs +++ b/library/std/src/os/windows/io/handle.rs @@ -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 { |
