Upgrade rustfmt to 2021 edition

This commit is contained in:
Keavon Chambers
2021-11-02 20:08:39 -07:00
parent b902b50ec4
commit 26835d8d29

View File

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