mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Remove CompletionKind
in favor of CompletionItemKind
This commit is contained in:
parent
722489e3ff
commit
0468b11de7
26 changed files with 191 additions and 596 deletions
|
@ -24,7 +24,7 @@ use ide_db::{
|
|||
use syntax::algo;
|
||||
use text_edit::TextEdit;
|
||||
|
||||
use crate::{completions::Completions, context::CompletionContext, item::CompletionKind};
|
||||
use crate::{completions::Completions, context::CompletionContext};
|
||||
|
||||
pub use crate::{
|
||||
config::CompletionConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue