File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ pub use core::time::Duration;
8282/// Currently, the following system calls are being used to get the current time using `now()`:
8383///
8484/// | Platform | System call |
85- /// |: ---------:|: --------------------------------------------------------------------: |
85+ /// |-----------| ---------------------------------------------------------------------- |
8686/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
8787/// | UNIX | [clock_gettime (Monotonic Clock)] |
8888/// | Darwin | [mach_absolute_time] |
@@ -158,7 +158,7 @@ pub struct Instant(time::Instant);
158158/// Currently, the following system calls are being used to get the current time using `now()`:
159159///
160160/// | Platform | System call |
161- /// |: ---------:|: --------------------------------------------------------------------: |
161+ /// |-----------| ---------------------------------------------------------------------- |
162162/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
163163/// | UNIX | [clock_gettime (Realtime Clock)] |
164164/// | Darwin | [gettimeofday] |
You can’t perform that action at this time.
0 commit comments