update rustfmt

This commit is contained in:
Jason Volk 2024-03-25 04:58:49 -07:00 committed by June
parent 2925ffe160
commit 9bd7967aec

View file

@ -24,4 +24,5 @@ group_imports = "StdExternalCrate"
newline_style = "Unix"
use_field_init_shorthand = true
use_small_heuristics = "Off"
use_try_shorthand = true
use_try_shorthand = true
ignore = ["/src"]