Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Oct 17, 2024
1 parent edee617 commit cd89130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracing/js/builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ mod tests {
let array = array.borrow();
let array = array.as_object().unwrap();
let array = JsUint8Array::from_object(array.clone()).unwrap();
array.length(&mut Context::default()).unwrap() as usize
array.length(&mut Context::default()).unwrap()
}

#[test]
Expand Down

0 comments on commit cd89130

Please sign in to comment.