mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
rename FilesDatabase -> SourceDatabase
This commit is contained in:
parent
3223de5976
commit
4711cbcace
17 changed files with 27 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
use ra_db::{FileId, FilesDatabase};
|
||||
use ra_db::{FileId, SourceDatabase};
|
||||
use ra_syntax::{
|
||||
AstNode, ast,
|
||||
algo::find_node_at_offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue