From ec83ecb374f0b49f5eafabf3538d27817ba2f798 Mon Sep 17 00:00:00 2001 From: pyrossh Date: Sat, 11 May 2024 12:28:17 +0530 Subject: [PATCH] chore: cargo warnings --- rustfmt.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index f18f157..fabe201 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,9 +1,5 @@ -unstable_features = false -wrap_comments = true -normalize_comments = true merge_derives = true fn_params_layout = "Compressed" max_width = 160 tab_spaces = 2 -indent_style = "Block" reorder_imports = true