Clippy Debug fixes (#1261)
This commit is contained in:
parent
52d557aa8f
commit
0c7d42d28b
@ -304,6 +304,7 @@ pub mod pybind {
|
||||
|
||||
/// Python bindings for the `LibAFL` forkserver sugar
|
||||
#[pyclass(unsendable)]
|
||||
#[derive(Debug)]
|
||||
struct ForkserverBytesCoverageSugar {
|
||||
input_dirs: Vec<PathBuf>,
|
||||
output_dir: PathBuf,
|
||||
|
@ -365,6 +365,7 @@ pub mod pybind {
|
||||
/// In-Memory fuzzing made easy.
|
||||
/// Use this sugar for scaling `libfuzzer`-style fuzzers.
|
||||
#[pyclass(unsendable)]
|
||||
#[derive(Debug)]
|
||||
struct InMemoryBytesCoverageSugar {
|
||||
input_dirs: Vec<PathBuf>,
|
||||
output_dir: PathBuf,
|
||||
|
@ -445,6 +445,7 @@ pub mod pybind {
|
||||
use crate::qemu;
|
||||
|
||||
#[pyclass(unsendable)]
|
||||
#[derive(Debug)]
|
||||
struct QemuBytesCoverageSugar {
|
||||
input_dirs: Vec<PathBuf>,
|
||||
output_dir: PathBuf,
|
||||
|
Loading…
x
Reference in New Issue
Block a user