Suppress wildcard import pedantic lints

This commit is contained in:
David Tolnay
2020-02-26 21:00:12 -08:00
parent 142955b109
commit 27c283ab53
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@
too_many_lines,
unseparated_literal_suffix,
use_self,
wildcard_imports,
)
)]
// The `quote!` macro requires deep recursion.