Skip to content

Commit ab723f8

Browse files
committed
rustfmt: update config
1 parent 5babffb commit ab723f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rustfmt.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ format_macro_matchers = true
2424
format_strings = true
2525
group_imports = "StdExternalCrate"
2626
hard_tabs = false
27-
hide_parse_errors = false
27+
show_parse_errors = true
2828
ignore = []
2929
imports_granularity = "Module"
3030
imports_indent = "Block"
@@ -45,7 +45,7 @@ remove_nested_parens = true
4545
reorder_impl_items = true
4646
reorder_imports = true
4747
reorder_modules = true
48-
required_version = "1.7.0"
48+
required_version = "1.7.1"
4949
skip_children = false
5050
space_after_colon = true
5151
space_before_colon = false

0 commit comments

Comments
 (0)