updates for rustfmt 0.3.4

Summary:
One config option is now obsolete, and the other one got renamed.

(Note: this ignores all push blocking failures!)

Reviewed By: farnz

Differential Revision: D6668021

fbshipit-source-id: aff949662a9584b7aead3f571512787aa1e9a260
This commit is contained in:
Siddharth Agarwal 2018-01-05 12:05:35 -08:00 committed by Facebook Github Bot
parent 1417398de8
commit df1590c586

View File

@ -1,9 +1,8 @@
# Run `rustfmt --config-help` to see available config options.
# Please keep these in alphabetical order.
closure_block_indent_threshold = 1
condense_wildcard_suffixes = true
error_on_line_overflow = false
error_on_line_overflow_comments = false
error_on_unformatted = false
# Too many derives can cause line length limits to be exceeded. rustfmt-nightly
# 0.2.5 doesn't appear to pay attention to this.
merge_derives = false