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

Commit

Permalink
remove deprecated rustfmt config: merge_imports
Browse files Browse the repository at this point in the history
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
  • Loading branch information
themarwhal authored and facebook-github-bot committed Jun 22, 2022
1 parent 372ea9d commit 037629e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
edition = "2021"
version = "Two"
imports_granularity = "Item"
merge_imports = true
use_field_init_shorthand = true
use_try_shorthand = true
group_imports = "StdExternalCrate"
Expand Down

0 comments on commit 037629e

Please # to comment.