We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516a7fa commit 275812aCopy full SHA for 275812a
library/std/src/os/windows/io/handle.rs
@@ -86,6 +86,7 @@ pub struct OwnedHandle {
86
/// [the current process handle], and not `INVALID_HANDLE_VALUE`.
87
///
88
/// If this holds a non-null handle, it will close the handle on drop.
89
+///
90
/// [the current process handle]: https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-getcurrentprocess#remarks
91
#[repr(transparent)]
92
#[unstable(feature = "io_safety", issue = "87074")]
0 commit comments