Skip to content

Commit 4d50709

Browse files
committed
Minor
1 parent 0970c34 commit 4d50709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/ra_ide/src/completion/completion_item.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
33
use std::fmt;
44

5-
use super::completion_config::SnippetCap;
65
use hir::Documentation;
76
use ra_syntax::TextRange;
87
use ra_text_edit::TextEdit;
98

9+
use crate::completion::completion_config::SnippetCap;
10+
1011
/// `CompletionItem` describes a single completion variant in the editor pop-up.
1112
/// It is basically a POD with various properties. To construct a
1213
/// `CompletionItem`, use `new` method and the `Builder` struct.

0 commit comments

Comments
 (0)