Apply clippy suggestions

This commit is contained in:
Dirkjan Ochtman 2022-08-12 18:33:16 +02:00
parent 1e4dbf33f5
commit 37223c1a62
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ pub enum ChallengeStatus {
/// Status of an [Order](crate::Order)
#[allow(missing_docs)]
#[derive(Debug, Deserialize, PartialEq)]
#[derive(Debug, Deserialize, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub enum OrderStatus {
Pending,