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

@ -12,7 +12,7 @@ mod fixtures {
// Use current project metadata to get the proc-macro dylib path
pub fn dylib_path(crate_name: &str, version: &str) -> std::path::PathBuf {
let command = Command::new(ra_toolchain::cargo())
let command = Command::new(toolchain::cargo())
.args(&["check", "--message-format", "json"])
.output()
.unwrap()