Skip to content

Commit

Permalink
chore: add clone to debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Aug 11, 2023
1 parent f25954e commit f91b3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/src/serde/deserialize_program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ fn arbitrary_parent_location(u: &mut Unstructured, depth: u8) -> arbitrary::Resu

#[cfg_attr(
all(feature = "arbitrary", feature = "std"),
derive(Arbitrary, Clone, Serialize)
derive(Arbitrary, Serialize)
)]
#[derive(Deserialize, Debug, PartialEq, Eq)]
#[derive(Deserialize, Debug, PartialEq, Eq, Clone)]
pub struct DebugInfo {
instruction_locations: HashMap<usize, InstructionLocation>,
}
Expand Down

0 comments on commit f91b3dd

Please sign in to comment.