Disable import reordering for now.

Tidy wants it one way, and the latest nightly of rustfmt wants it
another way.
This commit is contained in:
Bobby Holley 2018-04-09 17:26:00 -07:00
parent 0f85c64519
commit b292f78363

View file

@ -1,2 +1,4 @@
match_block_trailing_comma = true
binop_separator = "Back"
# Turn off import reordering, since the new algorithm clashes with tidy.
reorder_imports = false