Преглед изворни кода

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 година
родитељ
комит
e4c04083a9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      rustfmt.toml

+ 1 - 0
rustfmt.toml

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