Skip to content

Commit f911e3b

Browse files
diliopfacebook-github-bot
authored andcommitted
set style edition to 2024
Summary: Remove warning when running `rustfmt`: ``` Warning: the `version` option is deprecated. Use `style_edition` instead. ``` by replacing `version` with `style_edition` and setting its value to `2024` ([docs](https://rust-lang.github.io/rustfmt/?version=v1.8.0&search=#style_edition)) Reviewed By: dtolnay Differential Revision: D73054142 fbshipit-source-id: bd316f8eecf1d1eaba75319f7ab2a67cc06fabbd
1 parent 9ddc761 commit f911e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ edition = "2021"
44
group_imports = "StdExternalCrate"
55
imports_granularity = "Item"
66
merge_derives = false
7+
style_edition = "2024"
78
use_field_init_shorthand = true
8-
version = "Two"

0 commit comments

Comments
 (0)