Skip to content

Commit e18d8a4

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 59b206d commit e18d8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ format_code_in_doc_comments = true
55
group_imports = "StdExternalCrate"
66
imports_granularity = "Item"
77
merge_derives = false
8+
style_edition = "2024"
89
use_field_init_shorthand = true
9-
version = "Two"

0 commit comments

Comments
 (0)