mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Rename ra_env -> ra_toolchain
This commit is contained in:
parent
8295a9340c
commit
6713be0b13
9 changed files with 23 additions and 21 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue