summaryrefslogtreecommitdiff
path: root/rust/src/update.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/update.rs')
-rw-r--r--rust/src/update.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/update.rs b/rust/src/update.rs
index be85c93e..48d841fb 100644
--- a/rust/src/update.rs
+++ b/rust/src/update.rs
@@ -4,7 +4,7 @@ use std::time::{Duration, SystemTime, UNIX_EPOCH};
use crate::progress::{NoProgressCallback, ProgressCallback};
use crate::rc::{Array, CoreArrayProvider, CoreArrayProviderInner};
-use crate::string::{raw_to_string, AsCStr, BnString};
+use crate::string::{raw_to_string, BnString, IntoCStr};
use binaryninjacore_sys::*;
pub type UpdateResult = BNUpdateResult;