diff --git a/clippy_lints/src/suggest_print.rs b/clippy_lints/src/suggest_print.rs index bf202b20057f..eb1266af7b75 100644 --- a/clippy_lints/src/suggest_print.rs +++ b/clippy_lints/src/suggest_print.rs @@ -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)]