diff options
author | Aleksey Kladov <[email protected]> | 2020-02-29 12:49:43 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-29 12:51:23 +0000 |
commit | 5f8b37563e6d82872a18afaf4d9ca25a4ebefac0 (patch) | |
tree | accb6a6100600ef9473dd2cbeeb2b3baa7229c70 /crates/ra_mbe/src | |
parent | b53ff214aa9fe30eeedb64f78cc89561060c0083 (diff) |
Cleanup editing API
Diffstat (limited to 'crates/ra_mbe/src')
-rw-r--r-- | crates/ra_mbe/src/syntax_bridge.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_mbe/src/syntax_bridge.rs b/crates/ra_mbe/src/syntax_bridge.rs index ea2cac069..2aaf0215f 100644 --- a/crates/ra_mbe/src/syntax_bridge.rs +++ b/crates/ra_mbe/src/syntax_bridge.rs | |||
@@ -570,7 +570,7 @@ mod tests { | |||
570 | let token_tree = insert_children( | 570 | let token_tree = insert_children( |
571 | &rbrace.parent().unwrap(), | 571 | &rbrace.parent().unwrap(), |
572 | InsertPosition::Last, | 572 | InsertPosition::Last, |
573 | &mut std::iter::once(space), | 573 | std::iter::once(space), |
574 | ); | 574 | ); |
575 | 575 | ||
576 | // Token Tree now is : | 576 | // Token Tree now is : |