Skip to content

Commit 6f9b4e6

Browse files
committed
roll back changes
1 parent a819387 commit 6f9b4e6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

rustfmt.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Note: These options require nightly rustfmt (`cargo +nightly fmt`)
2-
# On stable, they are ignored with warnings. Uncomment to use with nightly.
3-
# group_imports = "StdExternalCrate"
4-
# imports_granularity = "Module"
5-
# unstable_features = true
6-
# format_generated_files = false
7-
# ignore = ["furiousfilter/**"]
1+
group_imports = "StdExternalCrate"
2+
imports_granularity = "Module"
3+
unstable_features = true
4+
format_generated_files = false
5+
6+
ignore = ["furiousfilter/**"]

0 commit comments

Comments
 (0)