Remove auto impl of Debug
This commit is contained in:
parent
5c0b8182ac
commit
91fb91c5de
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ macro_rules! impl_reprc {
|
|||
}
|
||||
) => {
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Clone, DeriveReprC)]
|
||||
#[derive(Clone, DeriveReprC)]
|
||||
$(#[$meta])*
|
||||
$v struct $struct_name {
|
||||
$(
|
||||
|
|
Loading…
Reference in a new issue