mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
14855e023d
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.