Changes made with rustfmt including use_try_shorthand

Updated the project rustfmt.toml to include `use_try_shorthand = true`.
Run rustfmt on all rust sources.
This commit is contained in:
Michal Budzynski
2017-05-19 13:04:37 +02:00
parent faa716d99c
commit 75bbd55128
14 changed files with 402 additions and 320 deletions

View File

@@ -10,6 +10,7 @@ enum_trailing_comma = true
match_block_trailing_comma = true
struct_trailing_comma = "Always"
wrap_comments = true
use_try_shorthand = true
report_todo = "Always"
report_fixme = "Always"