Skip to content

Commit bb2a27b

Browse files
Digital-ChaosJoshua Nelson
and
Joshua Nelson
authored
Update library/std/src/thread/mod.rs
Fix link reference Co-authored-by: Joshua Nelson <[email protected]>
1 parent 8a85a85 commit bb2a27b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/thread/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ pub fn sleep_ms(ms: u32) {
780780
/// platforms the underlying [`Sleep`] syscall is always invoked.
781781
/// If the intention is to yield the current time-slice you may want to use
782782
/// [`yield_now`] instead.
783+
///
783784
/// [`nanosleep`]: https://linux.die.net/man/2/nanosleep
784785
/// [`Sleep`]: https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-sleep
785786
///

0 commit comments

Comments
 (0)