Skip to content

Commit 63673cd

Browse files
committed
fix rustdoc warning
1 parent 7bdd730 commit 63673cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ impl<'mir, 'tcx: 'mir> ThreadManager<'mir, 'tcx> {
358358
/// `allow_terminated_joined` allows detaching joined threads that have already terminated.
359359
/// This matches Windows's behavior for `CloseHandle`.
360360
///
361-
/// See https://docs.microsoft.com/en-us/windows/win32/procthread/thread-handles-and-identifiers:
361+
/// See <https://docs.microsoft.com/en-us/windows/win32/procthread/thread-handles-and-identifiers>:
362362
/// > The handle is valid until closed, even after the thread it represents has been terminated.
363363
fn detach_thread(&mut self, id: ThreadId, allow_terminated_joined: bool) -> InterpResult<'tcx> {
364364
trace!("detaching {:?}", id);

0 commit comments

Comments
 (0)