Skip to content

Commit 26c3c81

Browse files
author
chrisliebaer
committed
🔄 synced local './' with remote 'sync/rust'
1 parent 4f8a749 commit 26c3c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rustfmt.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
unstable_features = true
2-
version = "Two"
2+
style_edition = "2021"
33

44
# general stuff
5-
hide_parse_errors = true # since we sometimes save files with syntax errors
5+
show_parse_errors = false # since we sometimes save files with syntax errors
66
max_width = 130
77
color = "Always"
88
edition = "2021"

0 commit comments

Comments
 (0)