Skip to content

Commit 38ec87c

Browse files
Fix invalid align attribute generation on <td> elements
1 parent 835150e commit 38ec87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/time.rs

+2-2
Original file line numberDiff line numberDiff 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] |

0 commit comments

Comments
 (0)