Skip to content

Commit

Permalink
Merge pull request #1849 from mlgiraud/fix/rust_compiler_warnings
Browse files Browse the repository at this point in the history
Fix rust compiler warnings
  • Loading branch information
wtdcode committed Jul 26, 2023
2 parents 1e0930d + 546561f commit 239766a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ use alloc::{boxed::Box, rc::Rc, vec::Vec};
use core::{cell::UnsafeCell, ptr};
use ffi::uc_handle;
use libc::c_void;
use unicorn_const::{uc_error, Arch, HookType, MemRegion, MemType, Mode, Permission, Query};

#[derive(Debug)]
pub struct Context {
Expand Down

0 comments on commit 239766a

Please sign in to comment.