bump rustfmt, fix formatting #349

Merged
sb10q merged 2 commits from srenblad/artiq-zynq:fix_fmt_check into master 2024-12-23 13:02:38 +08:00
Showing only changes of commit 850e783139 - Show all commits

View File

@ -54,7 +54,7 @@ use_field_init_shorthand = false
force_explicit_abi = true force_explicit_abi = true
condense_wildcard_suffixes = false condense_wildcard_suffixes = false
color = "Auto" color = "Auto"
required_version = "1.4.32" required_version = "1.4.37"
unstable_features = false unstable_features = false
disable_all_formatting = false disable_all_formatting = false
skip_children = false skip_children = false
@ -65,4 +65,4 @@ report_todo = "Never"
report_fixme = "Never" report_fixme = "Never"
ignore = [] ignore = []
emit_mode = "Files" emit_mode = "Files"
make_backup = false make_backup = false