Prepare SourceDatabase API for lazy file loading

This commit is contained in:
Aleksey Kladov
2019-10-14 16:20:55 +03:00
parent 1555a1aa0d
commit abf2179c0b
14 changed files with 123 additions and 90 deletions

View File

@@ -29,7 +29,7 @@ use std::{
use fst::{self, Streamer};
use ra_db::{
salsa::{self, ParallelDatabase},
SourceDatabase, SourceRootId,
SourceDatabaseExt, SourceRootId,
};
use ra_syntax::{
ast::{self, NameOwner},