forked from rust-lang/rust
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#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 rust-lang#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`
- Loading branch information
Showing
3 changed files
with
212 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.