Drop spurious semicolon that new rustc complains about

This commit is contained in:
Matt Corallo 2021-01-27 23:01:37 -05:00
parent 11f5e23357
commit 32abba7201

View file

@ -157,7 +157,7 @@ impl Connection {
// In this case, we do need to call peer_manager.socket_disconnected() to inform // In this case, we do need to call peer_manager.socket_disconnected() to inform
// Rust-Lightning that the socket is gone. // Rust-Lightning that the socket is gone.
PeerDisconnected PeerDisconnected
}; }
let disconnect_type = loop { let disconnect_type = loop {
macro_rules! shutdown_socket { macro_rules! shutdown_socket {
($err: expr, $need_disconnect: expr) => { { ($err: expr, $need_disconnect: expr) => { {