Browse Source

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.
pull/2436/head
Alex Crichton 4 years ago
committed by GitHub
parent
commit
acbe85fa95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .rustfmt.toml

1
.rustfmt.toml

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