Skip to content

Commit 42b017d

Browse files
committed
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
2 parents 8fc8aa9 + a3ce379 commit 42b017d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/explicit_write.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ declare_clippy_lint! {
1515
/// replaced with `(e)print!()` / `(e)println!()`
1616
///
1717
/// ### Why is this bad?
18-
/// Using `(e)println! is clearer and more concise
18+
/// Using `(e)println!` is clearer and more concise
1919
///
2020
/// ### Example
2121
/// ```no_run

0 commit comments

Comments
 (0)