Remove rustfmt.toml

It contains wrong Rust edition 2018.
Without configuration rustfmt will look into Cargo.toml
and correctly detect current edition.
This commit is contained in:
link2xt
2022-06-11 20:43:42 +00:00
parent 1a171ad494
commit 29eb2cc68a

View File

@@ -1 +0,0 @@
edition = "2018"