소스 검색

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"