Skip to content

Commit 7709c27

Browse files
committed
Update rustfmt
1 parent 95b4f7e commit 7709c27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rustfmt.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ edition = "2018"
4747
version = "One"
4848
inline_attribute_width = 0
4949
merge_derives = true
50-
use_try_shorthand = false
51-
use_field_init_shorthand = false
50+
use_try_shorthand = true
51+
use_field_init_shorthand = true
5252
force_explicit_abi = true
53-
condense_wildcard_suffixes = false
53+
condense_wildcard_suffixes = true
5454
color = "Auto"
5555
unstable_features = true
5656
disable_all_formatting = false

0 commit comments

Comments
 (0)