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