Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74d1a95

Browse files
committed
fmt: set style_edition to 2024
rustfmt's default style_edition is still 2015, but running `cargo fmt` would pick up the edition 2024 from Cargo.toml.
1 parent 4b77eca commit 74d1a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
style_edition = "2024"

0 commit comments

Comments
 (0)