summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2020-10-16 02:13:55 +0100
committerNadrieril2020-10-16 02:17:50 +0100
commit45443aafc6846278988e91b344255b426e2dfe9f (patch)
treec19971b05d2f2e54fef0e57337036fa75bc8b0e0
parent8983ebfd57c5fff16f959854ac5ee58aa2c72066 (diff)
fix: `format_strings` is a nightly-only rustfmt option
-rw-r--r--.rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
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