Suppress wildcard import pedantic lints
This commit is contained in:
parent
142955b109
commit
27c283ab53
@ -106,6 +106,9 @@
|
|||||||
type_complexity,
|
type_complexity,
|
||||||
use_self,
|
use_self,
|
||||||
zero_prefixed_literal,
|
zero_prefixed_literal,
|
||||||
|
// correctly used
|
||||||
|
enum_glob_use,
|
||||||
|
wildcard_imports,
|
||||||
// not practical
|
// not practical
|
||||||
needless_pass_by_value,
|
needless_pass_by_value,
|
||||||
similar_names,
|
similar_names,
|
||||||
|
@ -51,6 +51,7 @@
|
|||||||
too_many_lines,
|
too_many_lines,
|
||||||
unseparated_literal_suffix,
|
unseparated_literal_suffix,
|
||||||
use_self,
|
use_self,
|
||||||
|
wildcard_imports,
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
// The `quote!` macro requires deep recursion.
|
// The `quote!` macro requires deep recursion.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user