Skip to content

Commit 6a90fbb

Browse files
committed
Drop spurious semicolon that new rustc complains about
1 parent 11f5e23 commit 6a90fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-net-tokio/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ impl Connection {
157157
// In this case, we do need to call peer_manager.socket_disconnected() to inform
158158
// Rust-Lightning that the socket is gone.
159159
PeerDisconnected
160-
};
160+
}
161161
let disconnect_type = loop {
162162
macro_rules! shutdown_socket {
163163
($err: expr, $need_disconnect: expr) => { {

0 commit comments

Comments
 (0)