From e8da6955ec8a7be10125e817e4815cc5e1d6d9ad Mon Sep 17 00:00:00 2001 From: Shinyzenith Date: Thu, 3 Mar 2022 12:17:47 +0530 Subject: [PATCH] [update] no error on async fn --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rustfmt.toml b/.rustfmt.toml index 57a2920..fc516e4 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,3 +1,4 @@ +edition="2021" newline_style = "Unix" use_field_init_shorthand = true use_small_heuristics = "Max"