mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-20 16:08:43 +00:00
Improve lint description
This commit is contained in:
parent
eda013d3af
commit
2842038627
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ use utils::opt_def_id;
|
||||||
declare_lint! {
|
declare_lint! {
|
||||||
pub EXPLICIT_WRITE,
|
pub EXPLICIT_WRITE,
|
||||||
Warn,
|
Warn,
|
||||||
"using `write!()` family of functions instead of `print!()` family of \
|
"using the `write!()` family of functions instead of the `print!()` family \
|
||||||
functions, when using the latter would work"
|
of functions, when using the latter would work"
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Copy, Clone, Debug)]
|
#[derive(Copy, Clone, Debug)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue