mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +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
|
@ -13,8 +13,8 @@ use self::format_like::add_format_like_completions;
|
|||
use crate::{
|
||||
config::SnippetCap,
|
||||
context::CompletionContext,
|
||||
item::{Builder, CompletionKind, Completions},
|
||||
CompletionItem, CompletionItemKind,
|
||||
item::{Builder, CompletionKind},
|
||||
CompletionItem, CompletionItemKind, Completions,
|
||||
};
|
||||
|
||||
pub(crate) fn complete_postfix(acc: &mut Completions, ctx: &CompletionContext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue