Fix CI (#1241)
This commit is contained in:
parent
c8fad7833d
commit
5b02fb420d
@ -1,5 +1,6 @@
|
|||||||
//! [`LLVM` `8-bi-counters`](https://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards) runtime for `LibAFL`.
|
//! [`LLVM` `8-bi-counters`](https://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards) runtime for `LibAFL`.
|
||||||
use alloc::vec::Vec;
|
use alloc::vec::Vec;
|
||||||
|
|
||||||
use libafl::bolts::ownedref::OwnedMutSlice;
|
use libafl::bolts::ownedref::OwnedMutSlice;
|
||||||
|
|
||||||
/// A [`Vec`] of `8-bit-counters` maps for multiple modules.
|
/// A [`Vec`] of `8-bit-counters` maps for multiple modules.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user