Skip to content

Commit 45cbba8

Browse files
committed
Remove duplicate derive Clone in macro
Signed-off-by: Jorge Prendes <[email protected]>
1 parent aeb1899 commit 45cbba8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hyperlight_component_util/src/rtypes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ fn emit_value_toplevel(s: &mut State, v: Option<u32>, id: Ident, vt: &Value) ->
471471
#[derive(::wasmtime::component::ComponentType)]
472472
#[derive(::wasmtime::component::Lift)]
473473
#[derive(::wasmtime::component::Lower)]
474-
#[derive(::core::clone::Clone)]
475474
#[derive(::core::marker::Copy)]
476475
#[component(enum)]
477476
#[repr(u8)] // todo: should this always be u8?

0 commit comments

Comments
 (0)