mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 12:44:40 +00:00
docs(explicit_write): add missing backtick to complete code snippet
This commit is contained in:
parent
7671c283a5
commit
a3ce379adc
@ -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 New Issue
Block a user