mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-08-08 05:55:44 +00:00
Suppress wildcard import pedantic lints
This commit is contained in:
@@ -106,6 +106,9 @@
|
||||
type_complexity,
|
||||
use_self,
|
||||
zero_prefixed_literal,
|
||||
// correctly used
|
||||
enum_glob_use,
|
||||
wildcard_imports,
|
||||
// not practical
|
||||
needless_pass_by_value,
|
||||
similar_names,
|
||||
|
||||
Reference in New Issue
Block a user