Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_completion/src/render.rs')
| -rw-r--r-- | crates/ide_completion/src/render.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/ide_completion/src/render.rs b/crates/ide_completion/src/render.rs index d5618f1474..1836f80bfb 100644 --- a/crates/ide_completion/src/render.rs +++ b/crates/ide_completion/src/render.rs @@ -12,10 +12,7 @@ pub(crate) mod struct_literal; mod builder_ext; use hir::{AsAssocItem, HasAttrs, HirDisplay, ScopeDef}; -use ide_db::{ - helpers::{item_name, SnippetCap}, - RootDatabase, SymbolKind, -}; +use ide_db::{helpers::item_name, RootDatabase, SnippetCap, SymbolKind}; use syntax::{SmolStr, SyntaxKind, TextRange}; use crate::{ |