diff options
| author | Joe Rozner <joe@deadbytes.net> | 2022-12-12 11:11:59 -0800 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2023-01-05 15:02:18 -0500 |
| commit | f209d2bc4a06486203804458e6f0222d9c4813f1 (patch) | |
| tree | ea5bd1c877aa36130969cdde2a70737173483a16 /rust/src | |
| parent | 85e782ad57f27c753364faeaead01522982a12ec (diff) | |
Bump to 2021
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; |
