mirror of
https://github.com/instant-labs/instant-acme.git
synced 2025-02-02 06:22:12 +00:00
Apply clippy suggestions
This commit is contained in:
parent
1e4dbf33f5
commit
37223c1a62
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user