mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
kill file resolver
This commit is contained in:
parent
85290bc134
commit
18aac1df45
3 changed files with 1 additions and 94 deletions
|
@ -1,6 +1,5 @@
|
|||
//! ra_db defines basic database traits. Concrete DB is defined by ra_analysis.
|
||||
mod syntax_ptr;
|
||||
mod file_resolver;
|
||||
mod input;
|
||||
mod loc2id;
|
||||
pub mod mock;
|
||||
|
@ -24,7 +23,6 @@ impl std::error::Error for Canceled {}
|
|||
|
||||
pub use crate::{
|
||||
syntax_ptr::LocalSyntaxPtr,
|
||||
file_resolver::{FileResolver, FileResolverImp},
|
||||
input::{
|
||||
FilesDatabase, FileId, CrateId, SourceRoot, SourceRootId, CrateGraph, WORKSPACE,
|
||||
FileTextQuery, FileSourceRootQuery, SourceRootQuery, LibrariesQuery, CrateGraphQuery,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue