]> git.lizzy.rs Git - rust.git/commit
Auto merge of #8011 - birkenfeld:double_backticks, r=xFrednet
authorbors <bors@rust-lang.org>
Sat, 20 Nov 2021 17:50:50 +0000 (17:50 +0000)
committerbors <bors@rust-lang.org>
Sat, 20 Nov 2021 17:50:50 +0000 (17:50 +0000)
commit32048ebea3bfefd7bbe4d9f8e030a189c93122d5
treed67fa0b6f92cbc94378f6eb8b46a242d7c5fd386
parent827fd501d0a132922e83ee4de2930c6743d201e6
parent0c4055c28353856bcc3cd22d77d1d89359d1825b
Auto merge of #8011 - birkenfeld:double_backticks, r=xFrednet

Avoid inline hints with double backticks for `doc-markdown`

The easiest route here was to ensure that the suggestion is always shown on
its own line, where no additional backticks are added by the diagnostic formatter.

Fixes #8002

---

*Please write a short comment explaining your change (or "none" for internal only changes)*

changelog: Avoid inline hints with double backticks for `doc-markdown`