mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
remove SyntaxPtrDatabase
This commit is contained in:
parent
2b210d98b8
commit
2050812cad
4 changed files with 12 additions and 19 deletions
|
@ -25,7 +25,6 @@ use crate::{
|
|||
},
|
||||
input::{FilesDatabase, SourceRoot, SourceRootId, WORKSPACE},
|
||||
symbol_index::SymbolIndex,
|
||||
syntax_ptr::SyntaxPtrDatabase,
|
||||
AnalysisChange, Cancelable, CrateGraph, CrateId, Diagnostic, FileId, FileResolver,
|
||||
FileSystemEdit, Position, Query, SourceChange, SourceFileEdit,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue