Rust 1.89.0 will stabilize let-chains (yay 🎉).
In the same release, clippy will flag `if` statements that can be collapsed further using a let-chain.
Outcome: your CI will fail when 1.89.0 is released, and you can't fix it ahead of time because the feature clippy wants you to use isn't stable yet 🙃