mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +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
|
//! FIXME: write short doc here
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
completion::{CompletionContext, CompletionItem, CompletionItemKind, CompletionKind, Completions},
|
completion::{
|
||||||
|
CompletionContext, CompletionItem, CompletionItemKind, CompletionKind, Completions,
|
||||||
|
},
|
||||||
display::FunctionSignature,
|
display::FunctionSignature,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue