Ignore bare_trait_objects lint to support old compilers

This commit is contained in:
David Tolnay
2019-05-31 11:34:18 -07:00
parent fd9d334d01
commit 0726623389
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
#![doc(html_root_url = "https://docs.rs/serde_derive_internals/0.24.1")]
#![allow(unknown_lints, bare_trait_objects)]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(
feature = "cargo-clippy",