summaryrefslogtreecommitdiff
path: root/rust/src/demangle.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/demangle.rs')
-rw-r--r--rust/src/demangle.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/demangle.rs b/rust/src/demangle.rs
index e9948cb6..0b01a231 100644
--- a/rust/src/demangle.rs
+++ b/rust/src/demangle.rs
@@ -15,8 +15,8 @@
//! Interfaces for demangling and simplifying mangled names in binaries.
use binaryninjacore_sys::*;
-use std::{ffi::CStr, result};
use std::os::raw::c_char;
+use std::{ffi::CStr, result};
use crate::architecture::CoreArchitecture;
use crate::string::{BnStrCompatible, BnString};