diff options
author | Nadrieril | 2020-10-16 02:13:55 +0100 |
---|---|---|
committer | Nadrieril | 2020-10-16 02:17:50 +0100 |
commit | 45443aafc6846278988e91b344255b426e2dfe9f (patch) | |
tree | c19971b05d2f2e54fef0e57337036fa75bc8b0e0 | |
parent | 8983ebfd57c5fff16f959854ac5ee58aa2c72066 (diff) |
fix: `format_strings` is a nightly-only rustfmt option
Diffstat (limited to '')
-rw-r--r-- | .rustfmt.toml | 2 |
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 |