rust/crates/ide-completion
Duong Quoc Khanh 8535f2bb1b
Handle edge cases.
Handle case when BlockExpr is child of IfExpr, WhileExpr, LoopExpr,
ForExpr.
An additional { } will be added when:
- It is not a BlockExpr
- It is a BlockExpr and a child of IfExpr, WhileExpr, LoopExpr, ForExpr.
2023-02-08 03:37:20 +09:00
..
src Handle edge cases. 2023-02-08 03:37:20 +09:00
Cargo.toml Bump once_cell 2023-01-21 08:48:46 +02:00