Restore bare_trait_objects lint within serde_derive code

This commit is contained in:
David Tolnay
2023-07-26 14:18:25 -07:00
parent b0f7b00e1f
commit 30db83fc44
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -1,5 +1,4 @@
#![doc(html_root_url = "https://docs.rs/serde_derive_internals/0.28.0")]
#![allow(unknown_lints, bare_trait_objects)]
// Ignored clippy lints
#![allow(
clippy::cognitive_complexity,