Explorar el Código

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 hace 3 años
padre
commit
e4c04083a9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      rustfmt.toml

+ 1 - 0
rustfmt.toml

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