From 2d9de28e2570c0a4c9087d89cff6e511a0af90e5 Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Mon, 10 Jul 2023 15:41:39 +0200 Subject: [PATCH] Temporarily disable unstable rustfmt options to avoid warnings --- .rustfmt.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 58b28dc..706fbdc 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,3 +1,6 @@ max_width = 100 -imports_granularity = "Preserve" tab_spaces = 4 + +# TODO: Enable after available on stable Rust +# Tracking issue: +#imports_granularity = "Preserve"