Files
Zsolt Dollenstein 14855e023d use let chains in various crates (#19908)
Now that uv’s MSRV is Rust 1.94, use Rust 2024 let chains where they
make nested guards clearer in the parser, configuration, and data-model
crates.

This flattens related pattern matches and predicates while preserving
evaluation order, short-circuiting, borrow scopes, and mutation
behavior. Guards involving effects, staged work, or non-obvious
lifetimes remain nested.
2026-06-18 16:47:27 +00:00
..
2026-06-17 18:54:02 +01:00