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:
Prajwal S N 2025-03-28 03:15:10 +05:30
parent 5adee2ad2c
commit bb493649d2
No known key found for this signature in database
GPG key ID: 60701A603988FAC2
4 changed files with 108 additions and 16 deletions

View file

@ -20,6 +20,7 @@ mod edit_algo;
mod edits;
mod mapping;
pub use edits::Removable;
pub use mapping::{SyntaxMapping, SyntaxMappingBuilder};
#[derive(Debug)]