Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
domenukk committed Jul 12, 2024
1 parent 53423d3 commit b57e91f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libafl/src/common/nautilus/grammartec/mutator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,10 @@ impl Mutator {
#[cfg(test)]
mod tests {
use alloc::{
string::{str, String, ToString},
string::{String, ToString},
vec::Vec,
};
use core::str;

use hashbrown::HashSet;
use libafl_bolts::rands::StdRand;
Expand Down

0 comments on commit b57e91f

Please sign in to comment.