Skip to content

Commit

Permalink
Update src/libstd/time.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Robin Kruppe <robin.kruppe@gmail.com>
  • Loading branch information
DevQps and Robin Kruppe committed Sep 13, 2019
1 parent 3dd0e2b commit b3b6713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/time.rs
Expand Up @@ -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
Expand Down

0 comments on commit b3b6713

Please sign in to comment.