Skip to content

Commit a3ce379

Browse files
docs(explicit_write): add missing backtick to complete code snippet
1 parent 7671c28 commit a3ce379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/explicit_write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ declare_clippy_lint! {
1616
/// replaced with `(e)print!()` / `(e)println!()`
1717
///
1818
/// ### Why is this bad?
19-
/// Using `(e)println! is clearer and more concise
19+
/// Using `(e)println!` is clearer and more concise
2020
///
2121
/// ### Example
2222
/// ```rust

0 commit comments

Comments
 (0)