update rustfmt

This commit is contained in:
Jason Volk 2024-03-25 04:58:49 -07:00 committed by June
parent 525379f8ac
commit 07596d866f

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"]