mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 13:57:55 +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,
|
||||
doc_markdown,
|
||||
linkedlist,
|
||||
needless_pass_by_value,
|
||||
type_complexity,
|
||||
unreadable_literal,
|
||||
zero_prefixed_literal,
|
||||
|
||||
Reference in New Issue
Block a user