Closed rytheo closed 1 year ago
I'm wondering if this conflicts with MSRV. Could you bump the CI run for this test to ubuntu 20.04?
@mulimoen It does conflict. The current MSRV is 1.54; new format string syntax is 1.58 and let-else is 1.65.
Do we need to bump the MSRV or change the linter to not suggest new syntax?
Fixes the latest clippy/fmt warnings.