mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Fix invalid align attribute generation on <td> elements
This commit is contained in:
parent
835150e702
commit
38ec87c188
@ -82,7 +82,7 @@ pub use core::time::Duration;
|
||||
/// Currently, the following system calls are being used to get the current time using `now()`:
|
||||
///
|
||||
/// | Platform | System call |
|
||||
/// |:---------:|:--------------------------------------------------------------------:|
|
||||
/// |-----------|----------------------------------------------------------------------|
|
||||
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
|
||||
/// | UNIX | [clock_gettime (Monotonic Clock)] |
|
||||
/// | Darwin | [mach_absolute_time] |
|
||||
@ -158,7 +158,7 @@ pub struct Instant(time::Instant);
|
||||
/// Currently, the following system calls are being used to get the current time using `now()`:
|
||||
///
|
||||
/// | Platform | System call |
|
||||
/// |:---------:|:--------------------------------------------------------------------:|
|
||||
/// |-----------|----------------------------------------------------------------------|
|
||||
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
|
||||
/// | UNIX | [clock_gettime (Realtime Clock)] |
|
||||
/// | Darwin | [gettimeofday] |
|
||||
|
Loading…
Reference in New Issue
Block a user