From 8e31bbbe551e95a40a78fd96671916f917218b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 2 Nov 2021 15:03:37 +0100 Subject: chore: update to Rust edition 2021 (#12578) --- ext/webgpu/binding.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/webgpu/binding.rs') 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}; -- cgit v1.2.3