Move ws insert rendering for macro expansion into ide_db

This commit is contained in:
Lukas Wirth 2021-12-13 15:55:13 +01:00
parent d03397fe11
commit 328419534d
10 changed files with 139 additions and 95 deletions

View file

@ -4,6 +4,7 @@ pub mod generated_lints;
pub mod import_assets;
pub mod insert_use;
pub mod merge_imports;
pub mod render_macro_node;
pub mod node_ext;
pub mod rust_doc;