diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-11-02 15:03:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 10:03:37 -0400 |
commit | 8e31bbbe551e95a40a78fd96671916f917218b93 (patch) | |
tree | f11c7b387b1d9c10898d6a67f37afcafea750d40 /core/bindings.rs | |
parent | 70336912b4307ac218426a3f5ce938bd8fb7dbb5 (diff) |
chore: update to Rust edition 2021 (#12578)
Diffstat (limited to 'core/bindings.rs')
-rw-r--r-- | core/bindings.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/bindings.rs b/core/bindings.rs index 2ba8059a0..d1b01c2d9 100644 --- a/core/bindings.rs +++ b/core/bindings.rs @@ -17,8 +17,6 @@ use serde::Deserialize; use serde::Serialize; use serde_v8::to_v8; use std::cell::RefCell; -use std::convert::TryFrom; -use std::convert::TryInto; use std::option::Option; use url::Url; use v8::HandleScope; |