diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-10-26 09:56:49 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-10-26 09:56:49 -0700 |
commit | 3aa96168388b1fb3f5630ae29a997f28524038d7 (patch) | |
tree | 4c9cd85ca4051f2ab202473074fc1cca0b5512af | |
parent | 1cb1101f0a1af1b277d4bb95f2ab99cae5c7bfb3 (diff) |
Tell `rustfmt` to shut up about long lines in comments in test expectations
-rw-r--r-- | tests/rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustfmt.toml b/tests/rustfmt.toml index e69de29b..a9e57337 100644 --- a/tests/rustfmt.toml +++ b/tests/rustfmt.toml @@ -0,0 +1 @@ +error_on_line_overflow_comments = false |