mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 12:38:07 +00:00
Suppress trivially_copy_pass_by_ref lint on fn is_zero
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#![allow(clippy::cast_lossless)]
|
||||
#![allow(clippy::cast_lossless, clippy::trivially_copy_pass_by_ref)]
|
||||
|
||||
use serde::de::{self, MapAccess, Unexpected, Visitor};
|
||||
use serde::{Deserialize, Deserializer, Serialize, Serializer};
|
||||
|
||||
Reference in New Issue
Block a user