omjadas

Results 3 issues of omjadas

I would find it useful for if_chain to also support `while let`. ```rust if_chain! { if let Some(b) = a; while let Ok(c) = b; if let Some(d) = c;...

![image](https://user-images.githubusercontent.com/6400093/81130354-d3ce6880-8f8a-11ea-967c-bab64c861ad3.png)