about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorTitus <tituswormer@gmail.com>2022-08-15 16:18:00 +0200
committerGitHub <noreply@github.com>2022-08-15 16:18:00 +0200
commit8e80c39d2ddfaf2fcba084db2e32b2db461d94c7 (patch)
tree2331aed9e8a4b5dc8b95e64f12b26435df99d275 /library/std/src
parent6ce76091c7cef21692a15dce1f0a4c415d245be4 (diff)
downloadrust-8e80c39d2ddfaf2fcba084db2e32b2db461d94c7.tar.gz
rust-8e80c39d2ddfaf2fcba084db2e32b2db461d94c7.zip
Fix trailing space showing up in example
The current text is rendered as: U+005B ..= U+0060 ``[ \ ] ^ _ ` ``, or.
This patch changes that to render as: U+005B ..= U+0060 `` [ \ ] ^ _ ` ``, or

The reason for that, is that CommonMark has a solution for starting or ending inline code with a backtick/grave accent: padding both sides with a space, makes that padding disappear.
Diffstat (limited to 'library/std/src')
0 files changed, 0 insertions, 0 deletions