Remove empty .rustfmt.toml (#2429)

AFAIK this isn't really necessary nowadays given the prevalence of
rustfmt, and for whatever reason the Rust plugin for vim uses this file
in lieu of all other options, meaning it doesn't pass `--edition 2018`
by default which has been causing issues as I've been working on `async`
stuff. In any case I don't think we need the file regardless, so this
commit deletes it.
This commit is contained in:
Alex Crichton
2020-11-19 15:56:54 -06:00
committed by GitHub
parent e34b410381
commit acbe85fa95

View File

@@ -1 +0,0 @@
# This file tells tools we use rustfmt. We use the default settings.