mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
docs(explicit_write): add missing backtick to complete code snippet
This commit is contained in:
parent
7671c283a5
commit
a3ce379adc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ declare_clippy_lint! {
|
||||||
/// replaced with `(e)print!()` / `(e)println!()`
|
/// replaced with `(e)print!()` / `(e)println!()`
|
||||||
///
|
///
|
||||||
/// ### Why is this bad?
|
/// ### Why is this bad?
|
||||||
/// Using `(e)println! is clearer and more concise
|
/// Using `(e)println!` is clearer and more concise
|
||||||
///
|
///
|
||||||
/// ### Example
|
/// ### Example
|
||||||
/// ```rust
|
/// ```rust
|
||||||
|
|
Loading…
Reference in a new issue