diff --git a/fuzzers/FRET/src/systemstate/mutational.rs b/fuzzers/FRET/src/systemstate/mutational.rs index 3c22968de3..e401443f0d 100644 --- a/fuzzers/FRET/src/systemstate/mutational.rs +++ b/fuzzers/FRET/src/systemstate/mutational.rs @@ -376,7 +376,8 @@ where } } } - new_interrupt_times.drain(..); + let _t= new_interrupt_times.drain(..).collect::>(); + drop(_t); new_interrupt_times.extend(&prefix.concat()); } drop(current_case);