diff options
Diffstat (limited to 'ext/webgpu/binding.rs')
-rw-r--r-- | ext/webgpu/binding.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/webgpu/binding.rs b/ext/webgpu/binding.rs index c2dbcf455..4f68c65e9 100644 --- a/ext/webgpu/binding.rs +++ b/ext/webgpu/binding.rs @@ -5,7 +5,6 @@ use deno_core::ResourceId; use deno_core::{OpState, Resource}; use serde::Deserialize; use std::borrow::Cow; -use std::convert::{TryFrom, TryInto}; use crate::texture::{GpuTextureFormat, GpuTextureViewDimension}; |