]> git.lizzy.rs Git - rust.git/commit
Move code to the appropriate layer
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 15 Mar 2021 09:55:27 +0000 (12:55 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 15 Mar 2021 09:55:27 +0000 (12:55 +0300)
commit5dcdf2ceee2d9fcce9bb2bc5dcbafd5dbfc722b1
treeb83064da602dc881b15623959553aabc8b31bf91
parentcec676d08236076a48a9fdae28cf0e716ae99b16
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.
crates/ide/src/annotations.rs
crates/ide/src/file_structure.rs
crates/ide/src/lib.rs
crates/ide_db/src/lib.rs
crates/rust-analyzer/src/to_proto.rs