We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0970c34 commit 4d50709Copy full SHA for 4d50709
crates/ra_ide/src/completion/completion_item.rs
@@ -2,11 +2,12 @@
2
3
use std::fmt;
4
5
-use super::completion_config::SnippetCap;
6
use hir::Documentation;
7
use ra_syntax::TextRange;
8
use ra_text_edit::TextEdit;
9
+use crate::completion::completion_config::SnippetCap;
10
+
11
/// `CompletionItem` describes a single completion variant in the editor pop-up.
12
/// It is basically a POD with various properties. To construct a
13
/// `CompletionItem`, use `new` method and the `Builder` struct.
0 commit comments