mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 09:27:25 +00:00
Clarify lint description
This commit is contained in:
parent
e31a0941e2
commit
a46bf3f456
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ declare_lint! {
|
|||
pub SUGGEST_PRINT,
|
||||
Warn,
|
||||
"using `write!()` family of functions instead of `print!()` family of \
|
||||
functions"
|
||||
functions, when using the latter would work"
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
|
|
Loading…
Reference in a new issue