diff options
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; |