summaryrefslogtreecommitdiff
path: root/rust/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/types.rs')
-rw-r--r--rust/src/types.rs1
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};