mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-11 21:06:23 +00:00
fix: migrate unmerge_use
to syntax editor
Also ensures that attributes on the use item are applied to the new use item when unmerging. Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
This commit is contained in:
parent
5adee2ad2c
commit
bb493649d2
4 changed files with 108 additions and 16 deletions
|
@ -20,6 +20,7 @@ mod edit_algo;
|
|||
mod edits;
|
||||
mod mapping;
|
||||
|
||||
pub use edits::Removable;
|
||||
pub use mapping::{SyntaxMapping, SyntaxMappingBuilder};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue