mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Cleanup editing API
This commit is contained in:
parent
b53ff214aa
commit
5f8b37563e
5 changed files with 36 additions and 12 deletions
|
@ -570,7 +570,7 @@ mod tests {
|
|||
let token_tree = insert_children(
|
||||
&rbrace.parent().unwrap(),
|
||||
InsertPosition::Last,
|
||||
&mut std::iter::once(space),
|
||||
std::iter::once(space),
|
||||
);
|
||||
|
||||
// Token Tree now is :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue