Skip to content

Commit 3f15802

Browse files
sanket1729SarcasticNastik
authored andcommitted
Fix formatter configuration errors with latest nightly
1 parent 6c2c84a commit 3f15802

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

rustfmt.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ format_code_in_doc_comments = false
1616
comment_width = 80
1717
normalize_comments = false
1818
normalize_doc_attributes = false
19-
license_template_path = ""
2019
format_strings = false
2120
format_macro_matchers = false
2221
format_macro_bodies = true
@@ -53,7 +52,7 @@ trailing_comma = "Vertical"
5352
match_block_trailing_comma = false
5453
blank_lines_upper_bound = 1
5554
blank_lines_lower_bound = 0
56-
edition = "2015"
55+
edition = "2018"
5756
version = "One"
5857
inline_attribute_width = 0
5958
format_generated_files = true
@@ -63,15 +62,12 @@ use_field_init_shorthand = false
6362
force_explicit_abi = true
6463
condense_wildcard_suffixes = false
6564
color = "Auto"
66-
required_version = "1.4.38"
6765
unstable_features = false
6866
disable_all_formatting = false
6967
skip_children = false
7068
hide_parse_errors = false
7169
error_on_line_overflow = false
7270
error_on_unformatted = false
73-
report_todo = "Never"
74-
report_fixme = "Never"
7571
ignore = []
7672
emit_mode = "Files"
7773
make_backup = false

0 commit comments

Comments
 (0)