summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-04 17:39:42 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-06 15:26:39 +0300
commit5c204d3b69c674a5d412ce8b1d42a3e93ad6d14e (patch)
treeb8c61602f55f32f9c5a20ca12d4af15e20f0cd24 /rustfmt.toml
parentb3876113aab992e9ac19f71171cdf8b558f74fc9 (diff)
downloadmeli-5c204d3b69c674a5d412ce8b1d42a3e93ad6d14e.zip
rustfmt.toml: set edition = 2018
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index e69de29b..32a9786f 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -0,0 +1 @@
+edition = "2018"