Whitelist needless_pass_by_value lint

This lint has a false positive on trait methods with a default implementation.
This commit is contained in:
David Tolnay 2017-11-06 22:10:09 -08:00
parent f6ac232580
commit d537f1e1f0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -98,6 +98,7 @@
const_static_lifetime,
doc_markdown,
linkedlist,
needless_pass_by_value,
type_complexity,
unreadable_literal,
zero_prefixed_literal,