Parcourir la 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 il y a 3 ans
Parent
commit
e4c04083a9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      rustfmt.toml

+ 1 - 0
rustfmt.toml

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