Skip to content

Commit 8e5c57f

Browse files
committed
wordsmithing.
1 parent 635270d commit 8e5c57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/flycheck/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ impl CargoActor {
329329
Ok(output) if output.status.success() => Ok(()),
330330
Ok(output) => {
331331
Err(io::Error::new(io::ErrorKind::Other, format!(
332-
"Cargo watcher failed, the command produced no valid metadata (exit code: {:?})\nMake sure to have `cargo clippy` installed.",
332+
"Cargo watcher failed, the command produced no valid metadata (exit code: {:?})\nMake sure you have `cargo clippy` installed and updated.",
333333
output.status
334334
)))
335335
}

0 commit comments

Comments
 (0)