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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,7 @@
// not practical
needless_pass_by_value,
similar_names,
too_many_lines,
// preference
doc_markdown,
)

View File

@ -45,6 +45,7 @@
module_name_repetitions,
similar_names,
single_match_else,
too_many_lines,
unseparated_literal_suffix,
use_self,
)