mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 09:01:01 +00:00
Whitelist some new clippy lints
This commit is contained in:
@@ -112,7 +112,9 @@
|
|||||||
stutter,
|
stutter,
|
||||||
use_self,
|
use_self,
|
||||||
// not practical
|
// not practical
|
||||||
|
many_single_char_names,
|
||||||
missing_docs_in_private_items,
|
missing_docs_in_private_items,
|
||||||
|
similar_names,
|
||||||
// alternative is not stable
|
// alternative is not stable
|
||||||
empty_enum,
|
empty_enum,
|
||||||
use_debug,
|
use_debug,
|
||||||
|
|||||||
Reference in New Issue
Block a user