chrono/src
kennytm 8a6a99018a
Fix a markdown rendering difference warning.
Rust is going to change its Markdown rendering engine from hoedown to
pulldown-cmark. In pulldown, a table row starting with just whitespaces
will cause that whole cell disappeared. This causes rendering difference
between the two engines.

To fix this, we add leading and trailing `|` to the rows so that empty
cells are correctly rendered.
2018-01-22 02:34:15 +08:00
..
format Fix a markdown rendering difference warning. 2018-01-22 02:34:15 +08:00
naive Fix Clippy lints: cast_lossless 2017-10-08 18:12:20 -04:00
offset Fix Clippy lints: cast_lossless 2017-10-08 18:12:20 -04:00
date.rs Allow (clippy) needless_pass_by_value on signed_duration_since 2018-01-17 11:49:06 -08:00
datetime.rs Allow (clippy) needless_pass_by_value on signed_duration_since 2018-01-17 11:49:06 -08:00
div.rs Removed all remaining mentions of rust-chrono (very old name). 2017-02-06 06:15:57 +09:00
lib.rs allow(const_static_lifetime) is for feature cargo-clippy 2018-01-12 16:17:53 -08:00