Skip to content

Commit

Permalink
lints: Fix unused_qualifications lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed May 19, 2024
1 parent 6125555 commit 00c3641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ impl JSValue {
let result = unsafe {
sys::JSObjectMakeTypedArrayWithBytesNoCopy(
ctx.raw,
sys::JSTypedArrayType::Uint8Array,
JSTypedArrayType::Uint8Array,
bytes.as_ptr() as _,
bytes.len(),
None,
Expand Down

0 comments on commit 00c3641

Please sign in to comment.