Browse Source

rustfmt.toml config with 2018 edition

Configure the edition for rustfmt to have it correctly work with source files that use `async fn` syntax.
Llandy Riveron Del Risco 3 năm trước cách đây
mục cha
commit
e4c04083a9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      rustfmt.toml

+ 1 - 0
rustfmt.toml

@@ -0,0 +1 @@
+edition = "2018"