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:
@@ -1 +0,0 @@
|
||||
# This file tells tools we use rustfmt. We use the default settings.
|
||||
Reference in New Issue
Block a user