From: Wolfgang Bumiller Date: Thu, 22 Aug 2019 11:44:57 +0000 (+0200) Subject: import rustfmt.toml X-Git-Tag: v0.1.3~708 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=89ceb33f897a072cac4315415d4f91f800b3e14a;p=proxmox-backup.git import rustfmt.toml This just sets edition to 2018. Unfortunately pretty much all other configuration options are considered unstable for now ... Signed-off-by: Wolfgang Bumiller --- diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..32a9786f --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +edition = "2018"