Skip to content

Commit e2f2c8d

Browse files
committed
fix: non rustup clippy missing error
1 parent 1f8c1c4 commit e2f2c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ impl Config {
216216
if rustup_in_path || has_rustup_env {
217217
failure::format_err!("{}: please run `rustup component add clippy`", e)
218218
} else {
219-
failure::format_err!("{}: please install clippy component", e)
219+
failure::format_err!("{}: please install clippy", e)
220220
}
221221
})?;
222222
Some(tool)

0 commit comments

Comments
 (0)