Skip to content

Commit 275812a

Browse files
committed
Fix comment syntax.
1 parent 516a7fa commit 275812a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ pub struct OwnedHandle {
8686
/// [the current process handle], and not `INVALID_HANDLE_VALUE`.
8787
///
8888
/// If this holds a non-null handle, it will close the handle on drop.
89+
///
8990
/// [the current process handle]: https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getcurrentprocess#remarks
9091
#[repr(transparent)]
9192
#[unstable(feature = "io_safety", issue = "87074")]

0 commit comments

Comments
 (0)