Skip to content

Commit f9206ba

Browse files
committed
Add missing derives
1 parent 74a7b51 commit f9206ba

File tree

1 file changed

+1
-0
lines changed
  • sdk/pinocchio/src/entrypoint

1 file changed

+1
-0
lines changed

sdk/pinocchio/src/entrypoint/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ mod alloc {
633633
};
634634

635635
/// The bump allocator used as the default rust heap when running programs.
636+
#[derive(Clone, Copy, Debug)]
636637
pub struct BumpAllocator {
637638
pub start: usize,
638639
pub len: usize,

0 commit comments

Comments
 (0)