Results 94 comments of dswij

Thanks for this! @bors r+

Since this is related to https://github.com/hyperium/hyper-util/pull/3, figured I'll take a look at this. One thing I'm not too sure of is: how exactly does this `Code` differ from `hyper::error::Kind`?

In addition to the original issue, `manual_flatten` also seems to give false suggestion on ```rust fn main() { for n in [&&Some(1)] { if let Some(x) = n { println!("{}",...

@merelymyself Thanks for the changes! Sorry for the delay, I will try to get into it this week.

Thanks for the PR and welcome! Sorry, haven't had the time to take a look at this. I will get to it asap this week when I have the time

I believe `clippy` uses the toolchain version defined here: https://github.com/rust-lang/rust-clippy/blob/master/rust-toolchain. The job failed when trying to apply the fix for the lint 😕. Did this pass on your local machine?

That makes sense. We can wait for the weekly sync then. The next scheduled one is pretty soon (by the next 24 hours). We can come back and rebase the...

Huge thanks for this @miam-miam100! This is a nice lint to have for sure. @bors r+

Thanks for the review! @bors r=@flip1995