Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Nov 20, 2022
1 parent 62fbca1 commit 1119c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/src/privval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use crate::prelude::*;

#[derive(Clone, Debug, PartialEq)]
#[derive(Clone, Debug, PartialEq, Eq)]
pub struct RemoteSignerError {
pub code: i32,
pub description: String,
Expand Down

0 comments on commit 1119c3c

Please sign in to comment.