From f209d2bc4a06486203804458e6f0222d9c4813f1 Mon Sep 17 00:00:00 2001 From: Joe Rozner Date: Mon, 12 Dec 2022 11:11:59 -0800 Subject: Bump to 2021 --- rust/src/binaryview.rs | 1 - rust/src/metadata.rs | 1 - 2 files changed, 2 deletions(-) (limited to 'rust/src') 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; -- cgit v1.3.1