mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-03 18:47:47 +01:00
Drop spurious semicolon that new rustc complains about
This commit is contained in:
parent
11f5e23357
commit
32abba7201
1 changed files with 1 additions and 1 deletions
|
@ -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) => { {
|
||||||
|
|
Loading…
Add table
Reference in a new issue