File tree 1 file changed +2
-2
lines changed
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;
82
82
/// Currently, the following system calls are being used to get the current time using `now()`:
83
83
///
84
84
/// | Platform | System call |
85
- /// |: ---------:|: --------------------------------------------------------------------: |
85
+ /// |-----------| ---------------------------------------------------------------------- |
86
86
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
87
87
/// | UNIX | [clock_gettime (Monotonic Clock)] |
88
88
/// | Darwin | [mach_absolute_time] |
@@ -158,7 +158,7 @@ pub struct Instant(time::Instant);
158
158
/// Currently, the following system calls are being used to get the current time using `now()`:
159
159
///
160
160
/// | Platform | System call |
161
- /// |: ---------:|: --------------------------------------------------------------------: |
161
+ /// |-----------| ---------------------------------------------------------------------- |
162
162
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
163
163
/// | UNIX | [clock_gettime (Realtime Clock)] |
164
164
/// | Darwin | [gettimeofday] |
You can’t perform that action at this time.
0 commit comments