mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-12 05:16:33 +00:00
refactor: move editing for ast using SyntaxEditor
to a separate file
Signed-off-by: Tarek <tareknaser360@gmail.com>
This commit is contained in:
parent
2fb563f192
commit
9157761f5d
4 changed files with 74 additions and 74 deletions
|
@ -16,6 +16,7 @@ use rustc_hash::FxHashMap;
|
|||
use crate::{SyntaxElement, SyntaxNode, SyntaxToken};
|
||||
|
||||
mod edit_algo;
|
||||
mod edits;
|
||||
mod mapping;
|
||||
|
||||
pub use mapping::{SyntaxMapping, SyntaxMappingBuilder};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue