Improve lint description

This commit is contained in:
Devon Hollowood 2017-10-14 21:46:19 -03:00
parent eda013d3af
commit 2842038627

View file

@ -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)]