Skip to content

Commit 9a2089d

Browse files
committed
Fix typo
1 parent 36cee86 commit 9a2089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/toolchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ pub fn get_local_toolchain(
448448
Some(clippy)
449449
} else {
450450
anyhow::bail!(
451-
"'Clippy' build specified but '--clippy' not specified and no 'cargo-clippy' found \
451+
"'Clippy' build specified but '--cargo-clippy' not specified and no 'cargo-clippy' found \
452452
next to 'rustc'"
453453
);
454454
}

0 commit comments

Comments
 (0)