mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Move code to the appropriate layer
StructureNodeKind is a type which is specific to a particular feature, file_structure. It shouldn't be in the "code shared by all ide features" part.
This commit is contained in:
parent
cec676d082
commit
5dcdf2ceee
5 changed files with 12 additions and 13 deletions
|
@ -9,9 +9,8 @@ use ide::{
|
|||
CompletionRelevance, Documentation, FileId, FileRange, FileSystemEdit, Fold, FoldKind,
|
||||
Highlight, HlMod, HlPunct, HlRange, HlTag, Indel, InlayHint, InlayKind, InsertTextFormat,
|
||||
Markup, NavigationTarget, ReferenceAccess, RenameError, Runnable, Severity, SourceChange,
|
||||
TextEdit, TextRange, TextSize,
|
||||
StructureNodeKind, SymbolKind, TextEdit, TextRange, TextSize,
|
||||
};
|
||||
use ide_db::{StructureNodeKind, SymbolKind};
|
||||
use itertools::Itertools;
|
||||
use serde_json::to_value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue