diff options
| author | Christian Veenman <46896178+DevQps@users.noreply.github.com> | 2019-08-26 22:05:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-26 22:05:26 +0200 |
| commit | 1478ef45287c4da0da0daf1715d00e8b06fa333b (patch) | |
| tree | 5c8739fa2cc2434755b3e98d161c1e644f2e28cf /src | |
| parent | 33788c252c83aeea913482b283e33ccc41bd2860 (diff) | |
| download | rust-1478ef45287c4da0da0daf1715d00e8b06fa333b.tar.gz rust-1478ef45287c4da0da0daf1715d00e8b06fa333b.zip | |
Update src/libstd/time.rs
Co-Authored-By: lzutao <taolzu@gmail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/libstd/time.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libstd/time.rs b/src/libstd/time.rs index f03020bb495..c05f02389df 100644 --- a/src/libstd/time.rs +++ b/src/libstd/time.rs @@ -70,7 +70,9 @@ pub use core::time::Duration; /// | UNIX | [mach_absolute_time](https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/KernelProgramming/services/services.html) | /// | VXWorks | [clock_gettime (Monotonic Clock)](https://linux.die.net/man/3/clock_gettime) | /// | WASI | [__wasi_clock_time_get (Monotonic Clock)](https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get) | -/// | Windows | [QueryPerformanceCounter](https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter) | +/// | Windows | [QueryPerformanceCounter] | + +[QueryPerformanceCounter]: https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter /// /// **Disclaimer:** These system calls might change over time. /// |
