We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acb1b1 commit 544a443Copy full SHA for 544a443
2 files changed
.github/workflows/main.yml
@@ -233,7 +233,7 @@ jobs:
233
# Note that this doesn't use `cargo fmt` because that doesn't format
234
# modules-defined-in-macros which is in use in `wast` for example. This is
235
# the best alternative I can come up with at this time
236
- - run: find . -name '*.rs' | xargs rustfmt --check --edition 2021
+ - run: find . -name '*.rs' | xargs rustfmt --check --edition 2024
237
238
fuzz:
239
name: Fuzz
rustfmt.toml
@@ -1,5 +1 @@
1
-# This project isn't yet using the 2024 edition due to its MSRV requirement but
2
-# we're going ahead and opting into the 2024 style edition ahead of updating the
3
-# Rust edition itself.
4
-style_edition = '2024'
5
-edition = '2021'
+edition = '2024'
0 commit comments