Suppress warnings about try! macro

This commit is contained in:
David Tolnay 2019-08-16 11:24:22 -07:00
parent 668651ee01
commit d6e5947ad2
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -81,7 +81,7 @@
//
// https://github.com/serde-rs/serde/issues/812
#![cfg_attr(feature = "unstable", feature(specialization, never_type))]
#![allow(unknown_lints, bare_trait_objects)]
#![allow(unknown_lints, bare_trait_objects, deprecated)]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Ignored clippy and clippy_pedantic lints