Remove return type from fuzz_loop fn that never returns (#1606)
This commit is contained in:
parent
2ade1ee1f6
commit
30686a2d28
@ -187,7 +187,7 @@ where
|
||||
executor: &mut E,
|
||||
state: &mut EM::State,
|
||||
manager: &mut EM,
|
||||
) -> Result<CorpusId, Error> {
|
||||
) -> Result<(), Error> {
|
||||
let monitor_timeout = STATS_TIMEOUT_DEFAULT;
|
||||
loop {
|
||||
manager.maybe_report_progress(state, monitor_timeout)?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user