Skip to content

Commit c87a3a0

Browse files
committed
Correct spelling on rustfmt setting
1 parent 677ba3f commit c87a3a0

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
@@ -3,7 +3,7 @@ reorder_imports = true
33
reorder_imported_names = true
44
reorder_imports_in_group = true
55
use_try_shorthand = true
6-
condense_wildcard_suffices = true
6+
condense_wildcard_suffixes = true
77
normalize_comments = true
88
wrap_comments = true
99

0 commit comments

Comments
 (0)