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

Commit 212d0e5

Browse files
ndmitchellfacebook-github-bot
authored andcommitted
Fix open source rustfmt files
Summary: We moved how we did formatting, so this fixes open source projects to match. Reviewed By: krallin Differential Revision: D37306151 fbshipit-source-id: 067e62f7c65c50197f38f71c25aa4627e22cf779
1 parent 5115b2a commit 212d0e5

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
@@ -1,6 +1,6 @@
11
edition = "2021"
22
version = "Two"
3-
imports_granularity = "Crate"
3+
imports_granularity = "Item"
44
merge_imports = true
55
use_field_init_shorthand = true
66
use_try_shorthand = true

0 commit comments

Comments
 (0)