internal: Remove ide_completion::render::build_ext module

This commit is contained in:
Lukas Wirth 2022-03-12 16:10:30 +01:00
parent d65f9a28fa
commit 301711ee71
5 changed files with 166 additions and 170 deletions

View file

@ -10,8 +10,6 @@ pub(crate) mod type_alias;
pub(crate) mod struct_literal;
pub(crate) mod compound;
mod builder_ext;
use hir::{AsAssocItem, HasAttrs, HirDisplay, ScopeDef};
use ide_db::{helpers::item_name, RootDatabase, SnippetCap, SymbolKind};
use syntax::{SmolStr, SyntaxKind, TextRange};