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 47d314e commit 6f130e7Copy full SHA for 6f130e7
crates/ra_ide/src/completion/complete_trait_impl.rs
@@ -1,7 +1,9 @@
1
//! FIXME: write short doc here
2
3
use crate::{
4
- completion::{CompletionContext, CompletionItem, CompletionItemKind, CompletionKind, Completions},
+ completion::{
5
+ CompletionContext, CompletionItem, CompletionItemKind, CompletionKind, Completions,
6
+ },
7
display::FunctionSignature,
8
};
9
0 commit comments