diff --git a/bindings/python/src/ser.rs b/bindings/python/src/ser.rs index accc3d1..6f91216 100644 --- a/bindings/python/src/ser.rs +++ b/bindings/python/src/ser.rs @@ -18,7 +18,7 @@ use std::ffi::CStr; pub const RECURSION_LIMIT: u8 = 255; -#[derive(Clone, Debug)] +#[derive(Clone)] pub enum ObjectType { Str, Int,