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/bundle.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/webgpu/bundle.rs') diff --git a/ext/webgpu/bundle.rs b/ext/webgpu/bundle.rs index df91104f5..8b2828a30 100644 --- a/ext/webgpu/bundle.rs +++ b/ext/webgpu/bundle.rs @@ -7,7 +7,6 @@ use deno_core::{OpState, Resource}; use serde::Deserialize; use std::borrow::Cow; use std::cell::RefCell; -use std::convert::TryInto; use std::rc::Rc; use crate::pipeline::GpuIndexFormat; -- cgit v1.2.3