Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 037629e

Browse files
themarwhalfacebook-github-bot
authored andcommitted
remove deprecated rustfmt config: merge_imports
Summary: `merge_imports = true` is deprecated and has already been replaced by `imports_granularity = "Item"` This is just a clean up diff so that `cargo fmt` does not give warnings about deprecated field usage. Reviewed By: ndmitchell Differential Revision: D37326838 fbshipit-source-id: 2e8ace2f7d4040308e61b30bf2f8db57fd7a612b
1 parent 372ea9d commit 037629e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rustfmt.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
edition = "2021"
22
version = "Two"
33
imports_granularity = "Item"
4-
merge_imports = true
54
use_field_init_shorthand = true
65
use_try_shorthand = true
76
group_imports = "StdExternalCrate"

0 commit comments

Comments
 (0)