mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +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,7 +1,7 @@
|
|||
//! Handles the `Enter` key press. At the momently, this only continues
|
||||
//! comments, but should handle indent some time in the future as well.
|
||||
|
||||
use base_db::{FilePosition, SourceDatabase};
|
||||
use ide_db::base_db::{FilePosition, SourceDatabase};
|
||||
use ide_db::RootDatabase;
|
||||
use syntax::{
|
||||
ast::{self, AstToken},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue