add debug info item
This commit is contained in:
parent
7557022900
commit
70e552339d
3 changed files with 98 additions and 1 deletions
|
|
@ -131,11 +131,12 @@ pub fn derive_serializable(input: proc_macro::TokenStream) -> proc_macro::TokenS
|
|||
#implem_serialize
|
||||
}
|
||||
|
||||
#[allow(clippy::single_element_loop, clippy::let_and_return)]
|
||||
#[allow(clippy::single_element_loop, clippy::let_and_return, clippy::needless_return)]
|
||||
fn deserialize(input: &mut dyn androscalpel_serializer::ReadSeek) -> androscalpel_serializer::Result<Self> {
|
||||
#implem_deserialize
|
||||
}
|
||||
|
||||
#[allow(clippy::identity_op)]
|
||||
fn size(&self) -> usize {
|
||||
#implem_size
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue