mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
don't load sysroot in most heavy tests
This commit is contained in:
parent
cef90ce45e
commit
7cd9b1dd7a
7 changed files with 42 additions and 17 deletions
|
@ -7,7 +7,7 @@ use ra_arena::{impl_arena_id, Arena, RawId};
|
|||
|
||||
use crate::Result;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Default, Debug, Clone)]
|
||||
pub struct Sysroot {
|
||||
crates: Arena<SysrootCrate, SysrootCrateData>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue