Skip to content

Commit 00c3641

Browse files
lints: Fix unused_qualifications lint
1 parent 6125555 commit 00c3641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ impl JSValue {
270270
let result = unsafe {
271271
sys::JSObjectMakeTypedArrayWithBytesNoCopy(
272272
ctx.raw,
273-
sys::JSTypedArrayType::Uint8Array,
273+
JSTypedArrayType::Uint8Array,
274274
bytes.as_ptr() as _,
275275
bytes.len(),
276276
None,

0 commit comments

Comments
 (0)