diff options
| author | Christian Veenman <46896178+DevQps@users.noreply.github.com> | 2019-09-13 16:29:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-13 16:29:06 +0200 |
| commit | b3b671366bc98017fcac7bcfae0d46d038575aa3 (patch) | |
| tree | 7b0dcb0e8244044685457deba158728e0897db42 /src/libstd | |
| parent | 3dd0e2b89eec3970467dc10b919923e94a02e258 (diff) | |
| download | rust-b3b671366bc98017fcac7bcfae0d46d038575aa3.tar.gz rust-b3b671366bc98017fcac7bcfae0d46d038575aa3.zip | |
Update src/libstd/time.rs
Co-Authored-By: Robin Kruppe <robin.kruppe@gmail.com>
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/time.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/time.rs b/src/libstd/time.rs index f276ab42005..ff209785a93 100644 --- a/src/libstd/time.rs +++ b/src/libstd/time.rs @@ -72,7 +72,7 @@ pub use core::time::Duration; /// | VXWorks | [clock_gettime (Monotonic Clock)] | /// | WASI | [__wasi_clock_time_get (Monotonic Clock)] | /// | Windows | [QueryPerformanceCounter] | - +/// /// [QueryPerformanceCounter]: https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter /// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time /// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode |
