mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Minor
This commit is contained in:
parent
0970c3454b
commit
4d50709a96
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
use std::fmt;
|
||||
|
||||
use super::completion_config::SnippetCap;
|
||||
use hir::Documentation;
|
||||
use ra_syntax::TextRange;
|
||||
use ra_text_edit::TextEdit;
|
||||
|
||||
use crate::completion::completion_config::SnippetCap;
|
||||
|
||||
/// `CompletionItem` describes a single completion variant in the editor pop-up.
|
||||
/// It is basically a POD with various properties. To construct a
|
||||
/// `CompletionItem`, use `new` method and the `Builder` struct.
|
||||
|
|
Loading…
Reference in a new issue