diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-10-26 11:57:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 11:57:58 -0500 |
commit | 208b98a55f23b92d874219ec6546f06c3bea5cd5 (patch) | |
tree | e11684b6652654078e945614b36f6be47e8e827d | |
parent | 716cec7ba7f50848d1546d0cd9d987fb21afb435 (diff) | |
parent | 3aa96168388b1fb3f5630ae29a997f28524038d7 (diff) |
Auto merge of #1107 - fitzgen:rustfmt-expectations, r=fitzgen
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 |