Skip to content

Commit 726ece8

Browse files
committed
tidy: add better error reporting for if typos can't be run
1 parent 67d65d0 commit 726ece8

File tree

1 file changed

+0
-1
lines changed
  • src/tools/tidy/src/extra_checks

1 file changed

+0
-1
lines changed

src/tools/tidy/src/extra_checks/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ fn spellcheck_runner(
587587
) -> Result<(), Error> {
588588
let bin_path =
589589
crate::ensure_version_or_cargo_install(outdir, cargo, "typos-cli", "typos", "1.34.0")?;
590-
591590
match Command::new(bin_path).current_dir(src_root).args(args).status() {
592591
Ok(status) => {
593592
if status.success() {

0 commit comments

Comments
 (0)