We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7671c28 commit a3ce379Copy full SHA for a3ce379
clippy_lints/src/explicit_write.rs
@@ -16,7 +16,7 @@ declare_clippy_lint! {
16
/// replaced with `(e)print!()` / `(e)println!()`
17
///
18
/// ### Why is this bad?
19
- /// Using `(e)println! is clearer and more concise
+ /// Using `(e)println!` is clearer and more concise
20
21
/// ### Example
22
/// ```rust
0 commit comments