Whitelist needless_pass_by_value lint
This lint has a false positive on trait methods with a default implementation.
This commit is contained in:
parent
f6ac232580
commit
d537f1e1f0
@ -98,6 +98,7 @@
|
||||
const_static_lifetime,
|
||||
doc_markdown,
|
||||
linkedlist,
|
||||
needless_pass_by_value,
|
||||
type_complexity,
|
||||
unreadable_literal,
|
||||
zero_prefixed_literal,
|
||||
|
Loading…
x
Reference in New Issue
Block a user