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.
cargo clippy
1 parent 5a6918f commit 635270dCopy full SHA for 635270d
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: {:?})",
+ "Cargo watcher failed, the command produced no valid metadata (exit code: {:?})\nMake sure to have `cargo clippy` installed.",
333
output.status
334
)))
335
}
0 commit comments