rust/crates/syntax
bors[bot] cd3d633850
Merge #9455
9455: feat: Handle not let if expressions in replace_if_let_with_match r=Veykril a=Veykril

Transforms bare `if cond {}` into `_ if cond` guard patterns in the match as long as at least one `if let` is in the if chain, otherwise the assist wont be applicable.

bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-07-01 23:00:50 +00:00
..
fuzz Add more docs 2021-05-22 16:53:47 +03:00
src Merge #9455 2021-07-01 23:00:50 +00:00
test_data Fix parser tests for 1.53 2021-06-17 18:09:44 +02:00
Cargo.toml Cargo update and pull in the new rowan 2021-06-30 10:03:31 -04:00