Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
rustfmt: merge_imports option got deprecated, use `imports_granular…
Browse files Browse the repository at this point in the history
…ity=Crate` instead
  • Loading branch information
stbuehler committed Jun 6, 2021
1 parent 239327d commit a2e825e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# requires unstable rustfmt until the options are stabilized
format_code_in_doc_comments = true
imports_layout = "HorizontalVertical"
merge_imports = true
imports_granularity = "Crate"

0 comments on commit a2e825e

Please sign in to comment.