Skip to content

Commit f412013

Browse files
committed
rust: add rustfmt.toml specifying 2018 edition
My editor's rustfmt invocation assumed 2015 edition by default, choking on all the async syntax.
1 parent f4cf087 commit f412013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rust/rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
edition = "2018"

0 commit comments

Comments
 (0)