Tell rustfmt to use the 2024 edition
This commit is contained in:
parent
b0c23f78c9
commit
829413d208
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -34,9 +34,9 @@ jobs:
|
|||
- name: Rustfmt
|
||||
run: |
|
||||
cargo fmt --check
|
||||
rustfmt --check build_system/main.rs
|
||||
rustfmt --check example/*
|
||||
rustfmt --check scripts/*.rs
|
||||
rustfmt --check --edition 2024 build_system/main.rs
|
||||
rustfmt --check --edition 2024 example/*
|
||||
rustfmt --check --edition 2024 scripts/*.rs
|
||||
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue