mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Move Completions structure definition into completions module
This commit is contained in:
parent
19c1067202
commit
f731d910cb
9 changed files with 74 additions and 74 deletions
|
@ -14,10 +14,7 @@ mod completions;
|
|||
use ide_db::base_db::FilePosition;
|
||||
use ide_db::RootDatabase;
|
||||
|
||||
use crate::{
|
||||
context::CompletionContext,
|
||||
item::{CompletionKind, Completions},
|
||||
};
|
||||
use crate::{completions::Completions, context::CompletionContext, item::CompletionKind};
|
||||
|
||||
pub use crate::{
|
||||
config::CompletionConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue