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
@@ -14,7 +14,6 @@
//! [https://serde.rs/derive.html]: https://serde.rs/derive.html
#![doc(html_root_url = "https://docs.rs/serde_derive/1.0.176")]
#![allow(unknown_lints, bare_trait_objects)]
#[cfg(not(all(target_arch = "x86_64", target_os = "linux", target_env = "gnu")))]
include!("lib_from_source.rs");