Skip to content

Commit

Permalink
[enclave/top_pool] fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jun 25, 2021
1 parent 42fe9b1 commit 9f0fbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enclave/src/top_pool/validated_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ where
Ready,
Failed,
Dropped,
};
}

let (mut initial_statuses, final_statuses) = {
let mut pool = self.pool.write().unwrap();
Expand Down

0 comments on commit 9f0fbc8

Please sign in to comment.