diff options
| author | Michael Krasnitski <michael.krasnitski@gmail.com> | 2023-01-06 14:13:55 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-01-06 18:04:05 -0500 |
| commit | ad7f5293db22e23d8d50077aa99f5d7a904092fc (patch) | |
| tree | 294217bc06b0cdc3a86ebdb1132ad8cddd02d5ce /rust/src/demangle.rs | |
| parent | c97b7d878c048312257843ee585280cc07a906e7 (diff) | |
Rust API: Additional Cleanup
Diffstat (limited to 'rust/src/demangle.rs')
| -rw-r--r-- | rust/src/demangle.rs | 2 |
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}; |
