tests: Use the same rustfmt configuration as the parent directory.

This allows us to workaround/fix
https://github.com/rust-lang/rustfmt/issues/3799
This commit is contained in:
Emilio Cobos Álvarez 2019-10-11 16:15:24 +02:00
parent d3727cd36e
commit 4f3452f6f6

View File

@ -1 +1,3 @@
normalize_doc_attributes = true
max_width = 80
binop_separator = "back"