diff options
| -rw-r--r-- | rust/src/headless.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/headless.rs b/rust/src/headless.rs index b134c8fe..fce8fbe7 100644 --- a/rust/src/headless.rs +++ b/rust/src/headless.rs @@ -26,7 +26,7 @@ use crate::enterprise::EnterpriseCheckoutStatus; use crate::main_thread::{MainThreadAction, MainThreadHandler}; use crate::progress::ProgressCallback; use crate::rc::Ref; -use binaryninjacore_sys::{BNInitPlugins}; +use binaryninjacore_sys::BNInitPlugins; use std::sync::mpsc::Sender; use std::sync::Mutex; use std::thread::JoinHandle; |
