summaryrefslogtreecommitdiff
path: root/rust/src/data_buffer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/data_buffer.rs')
-rw-r--r--rust/src/data_buffer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/data_buffer.rs b/rust/src/data_buffer.rs
index a163d346..bfffc33f 100644
--- a/rust/src/data_buffer.rs
+++ b/rust/src/data_buffer.rs
@@ -19,7 +19,7 @@ use binaryninjacore_sys::*;
use std::ffi::c_void;
use std::slice;
-use crate::string::{AsCStr, BnString};
+use crate::string::{BnString, IntoCStr};
pub struct DataBuffer(*mut BNDataBuffer);