diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-29 12:52:56 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-29 12:52:56 +0000 |
commit | 0ec7f760fcd8bb9c2273e004468faa2a8cbeb29d (patch) | |
tree | 8ad45f841ffa0648b29fb143c3de0b59bde400fb /crates/ra_mbe | |
parent | b53ff214aa9fe30eeedb64f78cc89561060c0083 (diff) | |
parent | 9abcab16693ac5e162c4ed28c4373ed6bd507380 (diff) |
Merge #3375
3375: Cleanup editing API a bit r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_mbe')
-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 : |