Remove apparently-useless drop() call

This commit is contained in:
Tony Garnock-Jones 2023-05-26 13:52:31 +02:00
parent 5f3558817e
commit a74cd19526
1 changed files with 0 additions and 1 deletions

View File

@ -794,7 +794,6 @@ impl<'activation> Activation<'activation> {
None => false,
Some(f) => {
f.outbound_handles.insert(handle);
drop(f);
let r = Arc::clone(r);
let details = OutboundAssertion {