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/texture.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/webgpu/texture.rs') diff --git a/ext/webgpu/texture.rs b/ext/webgpu/texture.rs index 47e7a14d2..ac3ceda6a 100644 --- a/ext/webgpu/texture.rs +++ b/ext/webgpu/texture.rs @@ -6,8 +6,6 @@ use deno_core::ResourceId; use deno_core::{OpState, Resource}; use serde::Deserialize; use std::borrow::Cow; -use std::convert::TryFrom; -use std::convert::TryInto; use super::error::WebGpuResult; pub(crate) struct WebGpuTexture(pub(crate) wgpu_core::id::TextureId); -- cgit v1.2.3