Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_completion/src/render/struct_literal.rs')
| -rw-r--r-- | crates/ide_completion/src/render/struct_literal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_completion/src/render/struct_literal.rs b/crates/ide_completion/src/render/struct_literal.rs index a3d4bcf29e..3bc94fa782 100644 --- a/crates/ide_completion/src/render/struct_literal.rs +++ b/crates/ide_completion/src/render/struct_literal.rs @@ -1,7 +1,7 @@ //! Renderer for `struct` literal. use hir::{db::HirDatabase, HasAttrs, HasVisibility, Name, StructKind}; -use ide_db::helpers::SnippetCap; +use ide_db::SnippetCap; use itertools::Itertools; use syntax::SmolStr; |