From 1268fa1d1d36d24d088982e61856d093a59611bd Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 4 Oct 2022 16:59:27 -0400 Subject: Fix cargo warnings about unused imports; cargo fmt --- rust/src/debuginfo.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'rust/src/debuginfo.rs') diff --git a/rust/src/debuginfo.rs b/rust/src/debuginfo.rs index 1f0089fe..d4c8b357 100644 --- a/rust/src/debuginfo.rs +++ b/rust/src/debuginfo.rs @@ -67,16 +67,13 @@ use binaryninjacore_sys::*; use crate::{ - architecture::{Architecture, CoreArchitecture}, binaryview::BinaryView, - callingconvention::CallingConvention, platform::Platform, rc::*, string::{raw_to_string, BnStrCompatible, BnString}, types::{DataVariableAndName, NameAndType, Type}, }; -use std::mem::transmute; use std::{hash::Hash, mem, os::raw::c_void, ptr, slice}; struct ProgressContext(Option Result<(), ()>>>); -- cgit v1.3.1