mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Auto merge of #11920 - KisaragiEffective:patch-2, r=xFrednet
docs(explicit_write): add missing backtick to complete code snippet close #11918 *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: [`explicit_write`]: add missing backtick to document to complete code snippet
This commit is contained in:
commit
42b017d625
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ declare_clippy_lint! {
|
|||
/// replaced with `(e)print!()` / `(e)println!()`
|
||||
///
|
||||
/// ### Why is this bad?
|
||||
/// Using `(e)println! is clearer and more concise
|
||||
/// Using `(e)println!` is clearer and more concise
|
||||
///
|
||||
/// ### Example
|
||||
/// ```no_run
|
||||
|
|
Loading…
Reference in a new issue