mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +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
|
@ -2,7 +2,7 @@
|
|||
|
||||
use crate::errors::error;
|
||||
use crate::{parsing, SsrError};
|
||||
use base_db::FilePosition;
|
||||
use ide_db::base_db::FilePosition;
|
||||
use parsing::Placeholder;
|
||||
use rustc_hash::FxHashMap;
|
||||
use syntax::{ast, SmolStr, SyntaxKind, SyntaxNode, SyntaxToken};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue