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 36cee86 commit 9a2089dCopy full SHA for 9a2089d
collector/src/toolchain.rs
@@ -448,7 +448,7 @@ pub fn get_local_toolchain(
448
Some(clippy)
449
} else {
450
anyhow::bail!(
451
- "'Clippy' build specified but '--clippy' not specified and no 'cargo-clippy' found \
+ "'Clippy' build specified but '--cargo-clippy' not specified and no 'cargo-clippy' found \
452
next to 'rustc'"
453
);
454
}
0 commit comments