Fix comment syntax.

This commit is contained in:
Dan Gohman 2022-05-11 21:11:49 -07:00
parent 516a7fa693
commit 275812ad2c

View File

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