Skip to content

Commit

Permalink
move static_assertions use
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Aug 12, 2024
1 parent 0496b6b commit e65ba68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions libafl_qemu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ pub mod breakpoint;
pub mod command;
pub mod sync_exit;

#[cfg(test)]
#[macro_use]
extern crate static_assertions;

#[must_use]
pub fn filter_qemu_args() -> Vec<String> {
let mut args = vec![env::args().next().unwrap()];
Expand Down
1 change: 1 addition & 0 deletions libafl_qemu/src/qemu/systemmode/intel_pt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ mod test {
},
unistd::{fork, ForkResult, Pid},
};
use static_assertions::{assert_eq_size, const_assert_eq};

use super::*;

Expand Down

0 comments on commit e65ba68

Please sign in to comment.