We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd0e2b commit b3b6713Copy full SHA for b3b6713
src/libstd/time.rs
@@ -72,7 +72,7 @@ pub use core::time::Duration;
72
/// | VXWorks | [clock_gettime (Monotonic Clock)] |
73
/// | WASI | [__wasi_clock_time_get (Monotonic Clock)] |
74
/// | Windows | [QueryPerformanceCounter] |
75
-
+///
76
/// [QueryPerformanceCounter]: https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter
77
/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
78
/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
0 commit comments