summaryrefslogtreecommitdiff
path: root/core/modules.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-11-02 15:03:37 +0100
committerGitHub <noreply@github.com>2021-11-02 10:03:37 -0400
commit8e31bbbe551e95a40a78fd96671916f917218b93 (patch)
treef11c7b387b1d9c10898d6a67f37afcafea750d40 /core/modules.rs
parent70336912b4307ac218426a3f5ce938bd8fb7dbb5 (diff)
chore: update to Rust edition 2021 (#12578)
Diffstat (limited to 'core/modules.rs')
-rw-r--r--core/modules.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modules.rs b/core/modules.rs
index ba7db507e..dc2e5bb32 100644
--- a/core/modules.rs
+++ b/core/modules.rs
@@ -16,7 +16,6 @@ use std::cell::RefCell;
use std::collections::HashMap;
use std::collections::HashSet;
use std::collections::VecDeque;
-use std::convert::TryFrom;
use std::future::Future;
use std::pin::Pin;
use std::rc::Rc;