Skip to content

Commit

Permalink
docs(explicit_write): add missing backtick to complete code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Dec 3, 2023
1 parent 7671c28 commit a3ce379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/explicit_write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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
/// ```rust
Expand Down

0 comments on commit a3ce379

Please sign in to comment.