Upgrade rustfmt to 2021 edition

This commit is contained in:
Keavon Chambers
2021-11-02 20:08:39 -07:00
parent 8ddd7ebe88
commit b8b91c6a9c

View File

@@ -1,4 +1,4 @@
edition = "2018"
edition = "2021"
hard_tabs = true
max_width = 200
newline_style = "Unix"