Skip to content

Commit

Permalink
remove partialeq
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacholme7 committed Jan 14, 2025
1 parent 1753155 commit 089c1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anchor/common/qbft/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl<D> From<ConsensusData<ValidatedData<D>>> for ConsensusData<D> {
}
}

#[derive(Debug, Clone, PartialEq)]
#[derive(Debug, Clone)]
/// The consensus instance has finished.
pub enum Completed<D> {
/// The instance has timed out.
Expand Down

0 comments on commit 089c1e2

Please sign in to comment.