summaryrefslogtreecommitdiff
path: root/src/wrappers/broadcast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrappers/broadcast.rs')
-rw-r--r--src/wrappers/broadcast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrappers/broadcast.rs b/src/wrappers/broadcast.rs
index 10184bf..7110664 100644
--- a/src/wrappers/broadcast.rs
+++ b/src/wrappers/broadcast.rs
@@ -18,7 +18,7 @@ pub struct BroadcastStream<T> {
}
/// An error returned from the inner stream of a [`BroadcastStream`].
-#[derive(Debug, PartialEq, Clone)]
+#[derive(Debug, PartialEq, Eq, Clone)]
pub enum BroadcastStreamRecvError {
/// The receiver lagged too far behind. Attempting to receive again will
/// return the oldest message still retained by the channel.