mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 00:51:02 +00:00
Whitelist needless_pass_by_value lint
This lint has a false positive on trait methods with a default implementation.
This commit is contained in:
@@ -98,6 +98,7 @@
|
|||||||
const_static_lifetime,
|
const_static_lifetime,
|
||||||
doc_markdown,
|
doc_markdown,
|
||||||
linkedlist,
|
linkedlist,
|
||||||
|
needless_pass_by_value,
|
||||||
type_complexity,
|
type_complexity,
|
||||||
unreadable_literal,
|
unreadable_literal,
|
||||||
zero_prefixed_literal,
|
zero_prefixed_literal,
|
||||||
|
|||||||
Reference in New Issue
Block a user