Rollup merge of #85974 - GuillaumeGomez:td-align, r=jsha
td align attribute This is a follow-up of #85972. I have put this one on its own because it changes the display:  Without align:  I also opened an issue about it: raphlinus/pulldown-cmark#533. However, I'm not sure if this is the right course of action... Should we instead ignore the warning? r? ``@jsha``
This commit is contained in:
commit
9c7ebc15a6
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ pub use core::time::Duration;
|
||||||
/// Currently, the following system calls are being used to get the current time using `now()`:
|
/// Currently, the following system calls are being used to get the current time using `now()`:
|
||||||
///
|
///
|
||||||
/// | Platform | System call |
|
/// | Platform | System call |
|
||||||
/// |:---------:|:--------------------------------------------------------------------:|
|
/// |-----------|----------------------------------------------------------------------|
|
||||||
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
|
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
|
||||||
/// | UNIX | [clock_gettime (Monotonic Clock)] |
|
/// | UNIX | [clock_gettime (Monotonic Clock)] |
|
||||||
/// | Darwin | [mach_absolute_time] |
|
/// | 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()`:
|
/// Currently, the following system calls are being used to get the current time using `now()`:
|
||||||
///
|
///
|
||||||
/// | Platform | System call |
|
/// | Platform | System call |
|
||||||
/// |:---------:|:--------------------------------------------------------------------:|
|
/// |-----------|----------------------------------------------------------------------|
|
||||||
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
|
/// | SGX | [`insecure_time` usercall]. More information on [timekeeping in SGX] |
|
||||||
/// | UNIX | [clock_gettime (Realtime Clock)] |
|
/// | UNIX | [clock_gettime (Realtime Clock)] |
|
||||||
/// | Darwin | [gettimeofday] |
|
/// | Darwin | [gettimeofday] |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue