diff options
| author | Rubens Brandao <git@rubens.io> | 2023-11-18 15:58:33 -0300 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2023-11-21 15:18:50 -0500 |
| commit | 8c9cdd38c3302280087c9e6d94f7f57083885edd (patch) | |
| tree | 8bccf380b4470e0de8ac11c23b164e0acf6ffbb0 /rust/src/interaction.rs | |
| parent | b040fcfce48db861600eeb122cd0e2ff802fac96 (diff) | |
add mlil to rust
Diffstat (limited to 'rust/src/interaction.rs')
| -rw-r--r-- | rust/src/interaction.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/interaction.rs b/rust/src/interaction.rs index f558a9ea..13785369 100644 --- a/rust/src/interaction.rs +++ b/rust/src/interaction.rs @@ -16,7 +16,7 @@ use binaryninjacore_sys::*; -use std::os::raw::{c_void, c_char}; +use std::os::raw::{c_char, c_void}; use std::path::PathBuf; use crate::binaryview::BinaryView; |
