David Kellum
David Kellum
@starblue, your version can be further simplified as: ```rust fn a_to_b(e: &mut MyEnum) { if let MyEnum::A { ref mut name, x: 0 } = e { *e = MyEnum::B...
I like to keep lock files in git for my lib crates as well, and have only some CI runs remove the Cargo.lock for testing the very latest dependency patch...
CI was restored in a different way (#387), so you might try to merge with master to get this PR passing.
Your rebased change continues to look good to me! But I have no commit rights here, nor do I endorse, much less understand, its "governance". All resent commits are by...
What would be the motivation or advantage to reverting all or part of #369? I mean, 4ce5e6a was released in 0.2.0-0.2.3, so such would be a visible change in 0.2.4...
See also #380
Thanks for taking the time to write up your thoughts. FWIW: I just want to (re-)state that the rationale and spirit of [#438] -> [#443 (comment)](/hyperium/http/pull/443#issuecomment-730518093) was that the ship...
Asked about the error mentioned above and got a helpful, quick answer here: https://users.rust-lang.org/t/whats-so-special-about-the-i32-type-here/52613/3 So its known limitation of the compiler and i32 conversions need to be implemented to handle...
@kaj how would this play out with #442, #454? Could you cross review?
Okay, thanks. That was the kind of sanity check on this PR I was hoping for.