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! { 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)]