mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +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! {
|
||||
pub EXPLICIT_WRITE,
|
||||
Warn,
|
||||
"using `write!()` family of functions instead of `print!()` family of \
|
||||
functions, when using the latter would work"
|
||||
"using the `write!()` family of functions instead of the `print!()` family \
|
||||
of functions, when using the latter would work"
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
|
|
Loading…
Reference in a new issue