fix(python): Deleted unnecessary Debug derive attr

This commit is contained in:
o.ermakov 2022-10-18 19:08:29 +04:00 committed by Dmitry Dygalo
parent e40a35a983
commit cc07bb2526
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ use std::ffi::CStr;
pub const RECURSION_LIMIT: u8 = 255; pub const RECURSION_LIMIT: u8 = 255;
#[derive(Clone, Debug)] #[derive(Clone)]
pub enum ObjectType { pub enum ObjectType {
Str, Str,
Int, Int,