Skip to content

Commit f34bab2

Browse files
authored
Fix CI (#1636)
1 parent 406e77f commit f34bab2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

libafl/src/mutators/scheduled.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ use libafl_bolts::{
1414
use serde::{Deserialize, Serialize};
1515

1616
use super::MutationId;
17-
pub use crate::mutators::{mutations::*, token_mutations::*};
1817
use crate::{
1918
corpus::{Corpus, CorpusId},
20-
mutators::{MutationResult, Mutator, MutatorsTuple},
19+
mutators::{mutations::*, token_mutations::*, MutationResult, Mutator, MutatorsTuple},
2120
state::{HasCorpus, HasMetadata, HasRand},
2221
Error,
2322
};

libafl_bolts/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ pub mod bolts_prelude {
850850
pub use super::staterestore::*;
851851
#[cfg(feature = "alloc")]
852852
pub use super::{anymap::*, llmp::*, ownedref::*, rands::*, serdeany::*, shmem::*, tuples::*};
853-
pub use super::{cpu::*, os::*, rands::*};
853+
pub use super::{cpu::*, os::*};
854854
}
855855

856856
#[cfg(feature = "python")]

0 commit comments

Comments
 (0)