diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-10-04 16:59:27 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-10-04 16:59:27 -0400 |
| commit | 1268fa1d1d36d24d088982e61856d093a59611bd (patch) | |
| tree | db6cbb1861f6900b7319209ff9701df87051e66b /rust/src/types.rs | |
| parent | e8ed4b8e75fc6d8dd050a5a6804e9691706317c8 (diff) | |
Fix cargo warnings about unused imports; cargo fmt
Diffstat (limited to 'rust/src/types.rs')
| -rw-r--r-- | rust/src/types.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/src/types.rs b/rust/src/types.rs index d74298f5..5a580a66 100644 --- a/rust/src/types.rs +++ b/rust/src/types.rs @@ -30,7 +30,6 @@ use std::{fmt, mem, ptr, result, slice}; use crate::architecture::{Architecture, CoreArchitecture}; use crate::binaryview::BinaryView; use crate::callingconvention::CallingConvention; -use crate::disassembly::InstructionTextToken; use crate::filemetadata::FileMetadata; use crate::string::{raw_to_string, BnStr, BnStrCompatible, BnString}; |
