Ignore match_single_binding clippy lint

This commit is contained in:
David Tolnay 2020-02-12 18:19:23 -08:00
parent 8d0505803b
commit 5efd1f4f1b
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -306,6 +306,7 @@
#![allow(
clippy::deprecated_cfg_attr,
clippy::doc_markdown,
clippy::match_single_binding,
clippy::needless_doctest_main,
clippy::transmute_ptr_to_ptr
)]