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 6456c06 commit d5650f3Copy full SHA for d5650f3
.rustfmt.toml
@@ -44,7 +44,7 @@ match_block_trailing_comma = false
44
blank_lines_upper_bound = 1
45
blank_lines_lower_bound = 0
46
edition = "2021" # changed
47
-version = "One"
+style_edition = "2021"
48
merge_derives = true
49
use_try_shorthand = true # changed
50
use_field_init_shorthand = true # changed
@@ -54,7 +54,7 @@ color = "Auto"
54
unstable_features = true # changed
55
disable_all_formatting = false
56
skip_children = false
57
-hide_parse_errors = false
+show_parse_errors = true
58
error_on_line_overflow = false
59
error_on_unformatted = false
60
ignore = []
0 commit comments