Skip to content

Commit 76884ef

Browse files
committed
remove commented tests
1 parent ce59fa2 commit 76884ef

File tree

2 files changed

+203
-374
lines changed

2 files changed

+203
-374
lines changed

program-libs/zero-copy-derive/src/shared/z_struct.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,6 @@ fn generate_struct_fields_with_zerocopy_types<'a, const MUT: bool>(
293293
pub #field_name: <#field_type as #trait_name<'a>>::Output
294294
}
295295
}
296-
// FieldType::Bool(field_name) => {
297-
// quote! {
298-
// #(#attributes)*
299-
// pub #field_name: <bool as #trait_name<'a>>::Output
300-
// }
301-
// }
302296
FieldType::Copy(field_name, field_type) => {
303297
let zerocopy_type = utils::convert_to_zerocopy_type(field_type);
304298
quote! {

0 commit comments

Comments
 (0)