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) --- core/runtime.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'core/runtime.rs') diff --git a/core/runtime.rs b/core/runtime.rs index 327662e7c..80221295d 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -29,7 +29,6 @@ use futures::task::AtomicWaker; use std::any::Any; use std::cell::RefCell; use std::collections::HashMap; -use std::convert::TryFrom; use std::ffi::c_void; use std::mem::forget; use std::option::Option; -- cgit v1.2.3