We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb26494 commit 5dd0093Copy full SHA for 5dd0093
rustfmt.toml
@@ -59,7 +59,7 @@ match_block_trailing_comma = false
59
blank_lines_upper_bound = 1
60
blank_lines_lower_bound = 0
61
edition = "2018"
62
-version = "One"
+style_edition = "2018"
63
inline_attribute_width = 0
64
format_generated_files = true
65
merge_derives = true
@@ -71,7 +71,7 @@ color = "Auto"
71
unstable_features = false
72
disable_all_formatting = false
73
skip_children = false
74
-hide_parse_errors = false
+show_parse_errors = true
75
error_on_line_overflow = false
76
error_on_unformatted = false
77
emit_mode = "Files"
0 commit comments