Skip to content

Commit b3b6713

Browse files
DevQpsRobin Kruppe
and
Robin Kruppe
authored
Update src/libstd/time.rs
Co-Authored-By: Robin Kruppe <[email protected]>
1 parent 3dd0e2b commit b3b6713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/time.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub use core::time::Duration;
7272
/// | VXWorks | [clock_gettime (Monotonic Clock)] |
7373
/// | WASI | [__wasi_clock_time_get (Monotonic Clock)] |
7474
/// | Windows | [QueryPerformanceCounter] |
75-
75+
///
7676
/// [QueryPerformanceCounter]: https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter
7777
/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
7878
/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode

0 commit comments

Comments
 (0)