mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
Formatting.
This commit is contained in:
parent
47d314e856
commit
6f130e7ef8
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
//! FIXME: write short doc here
|
||||
|
||||
use crate::{
|
||||
completion::{CompletionContext, CompletionItem, CompletionItemKind, CompletionKind, Completions},
|
||||
completion::{
|
||||
CompletionContext, CompletionItem, CompletionItemKind, CompletionKind, Completions,
|
||||
},
|
||||
display::FunctionSignature,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue