mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Re-export base_db from ide_db
This commit is contained in:
parent
2c787676c9
commit
19cce08662
52 changed files with 69 additions and 74 deletions
|
@ -1,5 +1,5 @@
|
|||
use base_db::{CrateId, FileId, FilePosition};
|
||||
use hir::Semantics;
|
||||
use ide_db::base_db::{CrateId, FileId, FilePosition};
|
||||
use ide_db::RootDatabase;
|
||||
use syntax::{
|
||||
algo::find_node_at_offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue