Skip to content

Commit 829413d

Browse files
committed
Tell rustfmt to use the 2024 edition
1 parent b0c23f7 commit 829413d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Rustfmt
3535
run: |
3636
cargo fmt --check
37-
rustfmt --check build_system/main.rs
38-
rustfmt --check example/*
39-
rustfmt --check scripts/*.rs
37+
rustfmt --check --edition 2024 build_system/main.rs
38+
rustfmt --check --edition 2024 example/*
39+
rustfmt --check --edition 2024 scripts/*.rs
4040
4141
4242
test:

0 commit comments

Comments
 (0)