mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
internal: Remove ide_completion::render::build_ext module
This commit is contained in:
parent
d65f9a28fa
commit
301711ee71
5 changed files with 166 additions and 170 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue