diff options
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 0713c39..ee91dbd 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,3 +1,3 @@ edition = "2018" max_width = 80 -error_on_line_overflow = true +# error_on_line_overflow = true |