Clarify lint description

This commit is contained in:
Devon Hollowood 2017-10-12 05:54:33 -03:00
parent e31a0941e2
commit a46bf3f456

View file

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