Skip to content

Commit 748fc9b

Browse files
chore(bindgen): clippy
1 parent 95134f7 commit 748fc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/js-component-bindgen/src/transpile_bindgen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4652,7 +4652,7 @@ pub fn gen_flat_lift_fn_js_expr(
46524652
let mut elem_lifts_expr = String::from("[");
46534653
for ty in &tuple_ty.types {
46544654
let lift_fn_js =
4655-
gen_flat_lift_fn_js_expr(intrinsic_mgr, component_types, &ty, string_encoding);
4655+
gen_flat_lift_fn_js_expr(intrinsic_mgr, component_types, ty, string_encoding);
46564656
elem_lifts_expr.push_str(&format!("[{lift_fn_js}, {size_u32}, {align_u32}],"));
46574657
}
46584658
elem_lifts_expr.push(']');

0 commit comments

Comments
 (0)