chrono/src/format
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
..
mod.rs Fix Clippy lints: cast_lossless 2017-10-08 18:12:20 -04:00
parse.rs Fix Clippy lints: cast_lossless 2017-10-08 18:12:20 -04:00
parsed.rs Fix Clippy lints: cast_lossless 2017-10-08 18:12:20 -04:00
scan.rs Fix Clippy lints: cast_lossless 2017-10-08 18:12:20 -04:00
strftime.rs Fix a markdown rendering difference warning. 2018-01-22 02:34:15 +08:00