Skip to content

Commit

Permalink
chore: update skip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Nov 1, 2023
1 parent 7ae0e3d commit 23d1770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ffi_macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ macro_rules! match_args_len {
$(
$num => {
let lambda = |$($arg: *mut c_void),*| {
println!("{}",&$index);
let func_args_type = $func_type_map.get(&$index).unwrap();
let arg_arr = [$($arg),*];
let value: Vec<JsUnknown> = (0..$num)
Expand Down

0 comments on commit 23d1770

Please sign in to comment.