Skip to content

Commit

Permalink
Merge pull request #3532 from wasmerio/fix_remove-clone-from-vminstance
Browse files Browse the repository at this point in the history
VMInstance cannot be Clone
  • Loading branch information
ptitSeb authored Jan 25, 2023
2 parents a5a4f06 + f831e1c commit 1f1ec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vm/src/instance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ impl Instance {
///
/// This is more or less a public facade of the private `Instance`,
/// providing useful higher-level API.
#[derive(Debug, Clone, Eq, PartialEq)]
#[derive(Debug, Eq, PartialEq)]
pub struct VMInstance {
/// The layout of `Instance` (which can vary).
instance_layout: Layout,
Expand Down

0 comments on commit 1f1ec93

Please sign in to comment.