From 07596d866fc7ba65825f001482f7df5ff208eb30 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 25 Mar 2024 04:58:49 -0700 Subject: [PATCH] update rustfmt --- rustfmt.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 3216a9aa..718d46c3 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -24,4 +24,5 @@ group_imports = "StdExternalCrate" newline_style = "Unix" use_field_init_shorthand = true use_small_heuristics = "Off" -use_try_shorthand = true \ No newline at end of file +use_try_shorthand = true +ignore = ["/src"]