don't load sysroot in most heavy tests

This commit is contained in:
Aleksey Kladov 2019-08-19 15:41:18 +03:00
parent cef90ce45e
commit 7cd9b1dd7a
7 changed files with 42 additions and 17 deletions

View file

@ -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>,
}