mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
fix: insert whitespaces into assoc items for assist when macro generated
This commit is contained in:
parent
328419534d
commit
749eeef3e7
8 changed files with 84 additions and 26 deletions
|
@ -4,7 +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 insert_whitespace_into_node;
|
||||
pub mod node_ext;
|
||||
pub mod rust_doc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue