Fix warning

This commit is contained in:
sagu 2021-03-30 12:09:18 +02:00 committed by GitHub
parent 5f91ab07da
commit 3ef3ee5a62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ use js::jsapi::{Heap, JSObject};
use js::rust::Runtime;
use js::typedarray::{CreateWith, Uint8ClampedArray};
use std::borrow::Cow;
use std::convert::TryInto;
use std::default::Default;
use std::ptr;
use std::ptr::NonNull;