Skip to content

Commit

Permalink
src: decoder: Add partialeq do ParseError
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Apr 11, 2024
1 parent 7edc698 commit 3b201b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoder.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::message::{ProtocolMessage, HEADER};

#[derive(Debug)]
#[derive(Debug, PartialEq)]
pub enum ParseError {
InvalidStartByte,
IncompleteData,
Expand Down

0 comments on commit 3b201b6

Please sign in to comment.