Skip to content

Commit 1478ef4

Browse files
DevQpstesuji
andauthored
Update src/libstd/time.rs
Co-Authored-By: lzutao <taolzu@gmail.com>
1 parent 33788c2 commit 1478ef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libstd/time.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ pub use core::time::Duration;
7070
/// | UNIX | [mach_absolute_time](https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/services/services.html) |
7171
/// | VXWorks | [clock_gettime (Monotonic Clock)](https://linux.die.net/man/3/clock_gettime) |
7272
/// | WASI | [__wasi_clock_time_get (Monotonic Clock)](https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get) |
73-
/// | Windows | [QueryPerformanceCounter](https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter) |
73+
/// | Windows | [QueryPerformanceCounter] |
74+
75+
[QueryPerformanceCounter]: https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter
7476
///
7577
/// **Disclaimer:** These system calls might change over time.
7678
///

0 commit comments

Comments
 (0)