Ignore new too_many_lines lint

This commit is contained in:
David Tolnay
2019-09-10 23:15:56 -07:00
parent b24d50160a
commit d1ade37827
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@
// not practical
needless_pass_by_value,
similar_names,
too_many_lines,
// preference
doc_markdown,
)