Upgrade rustfmt to 2021 edition

This commit is contained in:
Keavon Chambers
2021-11-02 20:08:39 -07:00
committed by GitHub
parent 36093f4e40
commit 7cb80359df

View File

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