Skip to content

Update to Rust 2024 edition #434

Update to Rust 2024 edition

Update to Rust 2024 edition #434

Workflow file for this run

name: Fmt
on:
push:
jobs:
check_fmt:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- run: |
rustup toolchain install
- run: |
cargo fmt -- --check