aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/proto.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.rs b/src/proto.rs
index 47480a9..18e7c44 100644
--- a/src/proto.rs
+++ b/src/proto.rs
@@ -161,7 +161,7 @@ pub(crate) trait SendLoop: Sync {
}
}
}
- write.goodbye().await?;
+ let _ = write.goodbye().await;
Ok(())
}
}