Opt in to edition 2024 formatting

This commit is contained in:
2025-05-13 15:28:29 +02:00
parent b396016224
commit 99bca9852c
9 changed files with 26 additions and 21 deletions

View File

@@ -35,6 +35,8 @@ jobs:
- run: cargo build --all-features --all-targets
- run: cargo test --all-features
- run: cargo fmt --all -- --check
# Note: Rust 1.74 doesn't understand edition 2024 formatting so no point
if: "${{ matrix.rust != '1.74' }}"
- run: cargo clippy --all-features --all-targets -- -D warnings
msrv: