Corey Farwell
Corey Farwell
Can this be closed?
I unfortunately don't have the time to look into this in the short term. If you want to take a stab at it let me know and I can give...
I'm having trouble understanding this change. Can you share a minimal `Cargo.toml` file which demonstrates how the behavior changes before and after this PR?
> Is there a simple way with lifetimes to fix this temporary value dropped while borrowed error? It's on [this line](https://github.com/kylebarron/geo/blob/fd62519c82551e408c0b654408d17ccb64b7d1a0/geo/src/algorithm/area.rs#L226). I'm not sure if this is an issue with...
From what I understand, https://github.com/georust/geo/pull/1115 is a newer version of this so I'm going to close this one. Feel free to reopen if this is wrong
Here's another usage that could use `is_some_and`: https://github.com/rust-lang/rust/blob/0978711950b77582e4f8f334f6e9848d48ab7790/compiler/rustc_lint/src/nonstandard_style.rs#L69-L72 This could be: ```rust if u.next().is_some_and(|u| l != u) { return true; } ```
@frehberg Is this ready for a review? If not can this be converted to a draft PR?
Reopen if you ever decide to pick this back up!
and/or https://github.com/georust/tilejson
@skazemi Is this ready for review? Or are you still working on it?