We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635270d commit 8e5c57fCopy full SHA for 8e5c57f
crates/flycheck/src/lib.rs
@@ -329,7 +329,7 @@ impl CargoActor {
329
Ok(output) if output.status.success() => Ok(()),
330
Ok(output) => {
331
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.",
+ "Cargo watcher failed, the command produced no valid metadata (exit code: {:?})\nMake sure you have `cargo clippy` installed and updated.",
333
output.status
334
)))
335
}
0 commit comments