Tiny typo fix (#1611)
This commit is contained in:
parent
30686a2d28
commit
0bba8535b8
@ -1,4 +1,4 @@
|
|||||||
//! [`LLVM` `8-bi-counters`](https://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards) runtime for `LibAFL`.
|
//! [`LLVM` `8-bit-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, AsMutSlice, AsSlice};
|
use libafl_bolts::{ownedref::OwnedMutSlice, AsMutSlice, AsSlice};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user