about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorChris Morgan <me@chrismorgan.info>2016-12-22 17:35:53 +0530
committerChris Morgan <me@chrismorgan.info>2016-12-22 17:35:53 +0530
commit40b9352aa371d5984c7e84cad5e2f597dbecf177 (patch)
treec47a71a0a38d1cf0e9578bf0247ffb887b45f24b /src/test/run-pass/thinlto
parentc217ab6c8dc1a305304b00a414be5f39ea6a2c81 (diff)
downloadrust-40b9352aa371d5984c7e84cad5e2f597dbecf177.tar.gz
rust-40b9352aa371d5984c7e84cad5e2f597dbecf177.zip
Fix Markdown list formatting.
The Markdown engine used by the book can cope with a single leading space
on the list marker:

    Like this:

     * List item

    Rather than like this:

    * List item

… but it’s not the typical convention employed in the book, and moreover
the Markdown engine used for producing the error index *can’t* cope with
it (its behaviour looks like a bug, as it appears to lose one of the two
line breaks as well, but that’s immaterial here).

So, we shift to a single convention which doesn’t trigger bugs in the
Markdown renderer.
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions