about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-08-20 19:32:08 +0200
committerGitHub <noreply@github.com>2022-08-20 19:32:08 +0200
commitbd4a63cda2350677ab1c34fd1dde7daaa9e7ba9a (patch)
treebee93b1eeb56a327e8e27431a04834fc1560bb13 /library/std/src/sys/unix/stack_overflow.rs
parentd49906519be1e071f771b1126f13d41e8106a24e (diff)
parent8e80c39d2ddfaf2fcba084db2e32b2db461d94c7 (diff)
downloadrust-bd4a63cda2350677ab1c34fd1dde7daaa9e7ba9a.tar.gz
rust-bd4a63cda2350677ab1c34fd1dde7daaa9e7ba9a.zip
Rollup merge of #100585 - wooorm:patch-1, r=Mark-Simulacrum
Fix trailing space showing up in example

The current text is rendered as: U+005B ..= U+0060 ``[ \ ] ^ _ ` ``, or (**note the final space!**)
This patch changes that to render as: U+005B ..= U+0060 `` [ \ ] ^ _ ` ``, or (**note no final space!**)

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/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions