Remove auto impl of Debug

This commit is contained in:
hodasemi 2023-02-01 14:15:26 +01:00
parent 5c0b8182ac
commit 91fb91c5de

View file

@ -7,7 +7,7 @@ macro_rules! impl_reprc {
} }
) => { ) => {
#[repr(C)] #[repr(C)]
#[derive(Debug, Clone, DeriveReprC)] #[derive(Clone, DeriveReprC)]
$(#[$meta])* $(#[$meta])*
$v struct $struct_name { $v struct $struct_name {
$( $(