mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +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);
|
||||
(cmd, options.extra_args.clone())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue