style(all): Run stable rustfmt and remove redundant field names in structs

This commit is contained in:
Alexis Mousset
2018-03-03 00:27:56 +01:00
parent 96e4f845ec
commit 9d68629bb6
24 changed files with 832 additions and 599 deletions

View File

@@ -1,6 +0,0 @@
write_mode = "Overwrite"
reorder_imports = true
reorder_imported_names = true
reorder_imports_in_group = true
struct_field_align_threshold = 20
indent_style = "Visual"