diff options
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/binaryview.rs | 1 | ||||
| -rw-r--r-- | rust/src/metadata.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/rust/src/binaryview.rs b/rust/src/binaryview.rs index f58392ac..dbb7b8ea 100644 --- a/rust/src/binaryview.rs +++ b/rust/src/binaryview.rs @@ -18,7 +18,6 @@ //! TODO : Mirror the Python docs for this use binaryninjacore_sys::*; -use std::convert::TryFrom; pub use binaryninjacore_sys::BNModificationStatus as ModificationStatus; diff --git a/rust/src/metadata.rs b/rust/src/metadata.rs index 985aad14..120a08b7 100644 --- a/rust/src/metadata.rs +++ b/rust/src/metadata.rs @@ -5,7 +5,6 @@ use crate::rc::{ use crate::string::{BnStrCompatible, BnString}; use binaryninjacore_sys::*; use std::collections::HashMap; -use std::convert::TryFrom; use std::os::raw::c_char; use std::slice; |
