rust-analyzer/crates/ra_assists/src
bors[bot] 0063ad970d
Merge #4358
4358: add if let and while let postfix for Option and Result #4348 r=matklad a=bnjjj

close #4348 

I also added `while let` for iterator or stream it could be useful 

![iflet](https://user-images.githubusercontent.com/5719034/81278000-676c6b80-9055-11ea-87ad-6b8476dd983f.gif)


Co-authored-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
2020-05-11 18:08:26 +00:00
..
handlers Merge #4406 #4410 #4411 #4417 2020-05-10 17:37:07 +00:00
tests add Ok wrapping 2020-05-06 17:45:55 +02:00
utils Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
assist_context.rs Fix visibility 2020-05-09 13:59:25 +02:00
ast_transform.rs Introduce LowerCtx for path lowering 2020-05-01 20:01:17 +08:00
lib.rs Nicer API 2020-05-07 17:29:23 +02:00
marks.rs More principled approach for finding From trait 2020-04-29 14:51:44 +02:00
tests.rs Nicer API 2020-05-07 17:29:23 +02:00
utils.rs add if let and while let postfix for Option and Result 2020-05-10 12:45:35 +02:00