Rename ra_env -> ra_toolchain

This commit is contained in:
Aleksey Kladov 2020-05-08 12:25:36 +02:00
parent 8295a9340c
commit 6713be0b13
9 changed files with 23 additions and 21 deletions

View file

@ -14,7 +14,7 @@ use std::{
use anyhow::{bail, Context, Result};
use ra_cfg::CfgOptions;
use ra_db::{CrateGraph, CrateName, Edition, Env, ExternSource, ExternSourceId, FileId};
use ra_env::get_path_for_executable;
use ra_toolchain::get_path_for_executable;
use rustc_hash::FxHashMap;
use serde_json::from_reader;