mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
remove unnecessary braces in use statments
This commit is contained in:
parent
346638c809
commit
17b35a7f7d
2 changed files with 2 additions and 4 deletions
|
@ -29,9 +29,7 @@ use crate::{
|
|||
symbol_index::SymbolIndex,
|
||||
};
|
||||
|
||||
pub use crate::{
|
||||
completion::{CompletionItem, CompletionItemKind, InsertText},
|
||||
};
|
||||
pub use crate::completion::{CompletionItem, CompletionItemKind, InsertText};
|
||||
pub use ra_editor::{
|
||||
FileSymbol, Fold, FoldKind, HighlightedRange, LineIndex, Runnable, RunnableKind, StructureNode,
|
||||
Severity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue