Skip to content

Commit 48e2810

Browse files
committed
make socket component example work
Signed-off-by: Jorge Prendes <[email protected]>
1 parent 1c33fc9 commit 48e2810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hyperlight_component_util/src/rtypes.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ fn emit_value_toplevel(s: &mut State, v: Option<u32>, id: Ident, vt: &Value) ->
386386
};
387387
quote! {
388388
#derives
389-
#[derive(Debug, Clone, PartialEq)]
389+
#[derive(Debug)]
390390
pub struct #id #vs { #toks }
391391
}
392392
}
@@ -444,7 +444,7 @@ fn emit_value_toplevel(s: &mut State, v: Option<u32>, id: Ident, vt: &Value) ->
444444
};
445445
quote! {
446446
#derives
447-
#[derive(Debug, Clone, PartialEq)]
447+
#[derive(Debug)]
448448
pub enum #id #vs { #toks }
449449
}
450450
}

0 commit comments

Comments
 (0)