Upgrade rustfmt to 2021 edition

This commit is contained in:
Keavon Chambers 2021-11-02 20:08:39 -07:00
parent b902b50ec4
commit 26835d8d29
1 changed files with 1 additions and 1 deletions

View File

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