Rename ra_toolchain -> toolchain

This commit is contained in:
Aleksey Kladov 2020-08-12 16:52:28 +02:00
parent 550d7fbe3c
commit 8d34262956
14 changed files with 30 additions and 32 deletions

View file

@ -193,7 +193,7 @@ impl FlycheckActor {
extra_args,
features,
} => {
let mut cmd = Command::new(ra_toolchain::cargo());
let mut cmd = Command::new(toolchain::cargo());
cmd.arg(command);
cmd.args(&["--workspace", "--message-format=json", "--manifest-path"])
.arg(self.workspace_root.join("Cargo.toml"));