mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
wordsmithing.
This commit is contained in:
parent
635270d4ad
commit
8e5c57f050
@ -329,7 +329,7 @@ impl CargoActor {
|
|||||||
Ok(output) if output.status.success() => Ok(()),
|
Ok(output) if output.status.success() => Ok(()),
|
||||||
Ok(output) => {
|
Ok(output) => {
|
||||||
Err(io::Error::new(io::ErrorKind::Other, format!(
|
Err(io::Error::new(io::ErrorKind::Other, format!(
|
||||||
"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.",
|
||||||
output.status
|
output.status
|
||||||
)))
|
)))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user