Skip to content

Commit

Permalink
derive Debug on Incoming enum
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Nov 18, 2023
1 parent f40eb4f commit 3949d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsignal-service/src/messagepipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub enum WebSocketStreamItem {
KeepAliveRequest,
}

#[derive(Debug)]
pub enum Incoming {
Envelope(Envelope),
QueueEmpty,
Expand Down

0 comments on commit 3949d27

Please sign in to comment.