Open source 3 merged
Merged Upstream
Pull requests I've landed in other people's projects. The kind of work that only counts once someone else hits merge.
- dora-rs/dora #2482 Stopped a failed git build from silently reusing a clone stuck on the old commit. Cleanup on every failure path, plus a HEAD-verify backstop and regression tests.
- rust-lang/rust-clippy #16238 Taught the useless_conversion lint to stop over-borrowing: its .into_iter() fix now suggests *y instead of &**y, with a UI regression test.
- dora-rs/dora #1400 Added Metadata::get_or so a node reads a parameter-with-default in one call instead of a try_from and unwrap_or dance.