Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 10d528b

Browse files
committed
Update rustfmt config.
1 parent 542884d commit 10d528b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.rustfmt.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ format_code_in_doc_comments = false
99
comment_width = 80
1010
normalize_comments = false
1111
normalize_doc_attributes = false
12-
license_template_path = ""
1312
format_strings = false
1413
format_macro_matchers = false
1514
format_macro_bodies = true
@@ -54,15 +53,13 @@ use_field_init_shorthand = false
5453
force_explicit_abi = true
5554
condense_wildcard_suffixes = false
5655
color = "Auto"
57-
required_version = "1.4.38"
56+
required_version = "1.5.1"
5857
unstable_features = false
5958
disable_all_formatting = false
6059
skip_children = false
6160
hide_parse_errors = false
6261
error_on_line_overflow = false
6362
error_on_unformatted = false
64-
report_todo = "Never"
65-
report_fixme = "Never"
6663
ignore = []
6764
emit_mode = "Files"
6865
make_backup = false

0 commit comments

Comments
 (0)