Skip to content

Commit 98786b3

Browse files
committed
clippy
1 parent b26e3f2 commit 98786b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/subscription/module_subscription_actor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ mod tests {
326326
});
327327

328328
let subscriptions = module_subscriptions.subscriptions.read();
329-
module_subscriptions.blocking_broadcast_event(Some(&sender), &*subscriptions, event);
329+
module_subscriptions.blocking_broadcast_event(Some(&sender), &subscriptions, event);
330330
drop(subscriptions);
331331

332332
runtime.block_on(async move {

0 commit comments

Comments
 (0)