Ignore let_underscore_drop pedantic clippy lint

This commit is contained in:
David Tolnay
2021-02-18 19:29:51 -08:00
parent bc6b2b1dee
commit 6b5e5a83d0
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -120,6 +120,7 @@
zero_prefixed_literal,
// correctly used
enum_glob_use,
let_underscore_drop,
map_err_ignore,
result_unit_err,
wildcard_imports,