Skip to content

Commit

Permalink
remove useless Serde error in channel module
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Nov 23, 2023
1 parent 76a069c commit a17a585
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions command/src/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ pub enum ChannelError {
NothingRead,
#[error("invalid char set in command message, ignoring: {0}")]
InvalidCharSet(String),
#[error("Error deserializing message")]
Serde(serde_json::error::Error),
#[error("Could not change the blocking status ef the unix stream with file descriptor {fd}: {error}")]
BlockingStatus { fd: i32, error: String },
#[error("Connection error: {0:?}")]
Expand Down

0 comments on commit a17a585

Please sign in to comment.