Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brockelmore committed Dec 7, 2023
1 parent 6940664 commit 8c5c4c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/evm/evm/src/executors/invariant/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,9 @@ impl InvariantFuzzError {
);
});

// SAFETY: there are no more live references to shrunk_call_indices as the parallel execution is
// finished, so it is fine to get the inner value via unwrap & into_inner
// SAFETY: there are no more live references to shrunk_call_indices as the parallel
// execution is finished, so it is fine to get the inner value via unwrap &
// into_inner
let shrunk_call_indices =
Arc::<RwLock<Vec<usize>>>::try_unwrap(shrunk_call_indices).unwrap().into_inner();

Expand Down

0 comments on commit 8c5c4c6

Please sign in to comment.