Whitelist use of Debug in serde_test

This commit is contained in:
David Tolnay 2017-11-07 10:00:14 -08:00
parent 142439088c
commit 98bb02e9b4
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -164,6 +164,7 @@
#![cfg_attr(feature = "cargo-clippy", allow(
missing_docs_in_private_items,
stutter,
use_debug,
use_self,
))]