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

@ -1,14 +1,14 @@
//! FIXME: write short doc here
use anyhow::{bail, Context, Result};
use std::{
env, ops,
path::{Path, PathBuf},
process::{Command, Output},
};
use anyhow::{bail, Context, Result};
use ra_arena::{Arena, Idx};
use ra_env::get_path_for_executable;
use ra_toolchain::get_path_for_executable;
#[derive(Default, Debug, Clone)]
pub struct Sysroot {