Skip to content

Commit 0aa12c9

Browse files
author
daniel.eades
committed
omit useless 'let' binding
1 parent c38d785 commit 0aa12c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capnp-rpc/test/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ fn disconnector_disconnects() {
158158
spawn(
159159
&mut spawner,
160160
server_rpc_system.map(|x| {
161-
let _ = tx.send(()).expect("sending on tx");
161+
tx.send(()).expect("sending on tx");
162162
x
163163
}),
164164
);

0 commit comments

Comments
 (0)