From 45443aafc6846278988e91b344255b426e2dfe9f Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 16 Oct 2020 02:13:55 +0100 Subject: fix: `format_strings` is a nightly-only rustfmt option --- .rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 0a0f30e..47942b9 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,4 +1,4 @@ edition = "2018" max_width = 80 # error_on_line_overflow = true -format_strings = true +# format_strings = true -- cgit v1.2.3