Suppress wildcard import pedantic lints
This commit is contained in:
parent
142955b109
commit
27c283ab53
@ -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,
|
||||
|
@ -51,6 +51,7 @@
|
||||
too_many_lines,
|
||||
unseparated_literal_suffix,
|
||||
use_self,
|
||||
wildcard_imports,
|
||||
)
|
||||
)]
|
||||
// The `quote!` macro requires deep recursion.
|
||||
|
Loading…
x
Reference in New Issue
Block a user