mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
Add --keep-going to the check command
This commit is contained in:
parent
a5b21ea0aa
commit
9d01d7ce35
1 changed files with 2 additions and 0 deletions
|
@ -426,6 +426,8 @@ impl FlycheckActor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmd.arg("--keep-going");
|
||||||
|
|
||||||
options.apply_on_command(&mut cmd);
|
options.apply_on_command(&mut cmd);
|
||||||
(cmd, options.extra_args.clone())
|
(cmd, options.extra_args.clone())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue