Fix CI (#1636)
This commit is contained in:
parent
406e77faa9
commit
f34bab2486
@ -14,10 +14,9 @@ use libafl_bolts::{
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use super::MutationId;
|
||||
pub use crate::mutators::{mutations::*, token_mutations::*};
|
||||
use crate::{
|
||||
corpus::{Corpus, CorpusId},
|
||||
mutators::{MutationResult, Mutator, MutatorsTuple},
|
||||
mutators::{mutations::*, token_mutations::*, MutationResult, Mutator, MutatorsTuple},
|
||||
state::{HasCorpus, HasMetadata, HasRand},
|
||||
Error,
|
||||
};
|
||||
|
@ -850,7 +850,7 @@ pub mod bolts_prelude {
|
||||
pub use super::staterestore::*;
|
||||
#[cfg(feature = "alloc")]
|
||||
pub use super::{anymap::*, llmp::*, ownedref::*, rands::*, serdeany::*, shmem::*, tuples::*};
|
||||
pub use super::{cpu::*, os::*, rands::*};
|
||||
pub use super::{cpu::*, os::*};
|
||||
}
|
||||
|
||||
#[cfg(feature = "python")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user