Skip to content

Commit

Permalink
Consistent ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronriekenberg committed Jun 6, 2020
1 parent 84f0578 commit 8c0be68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doh/request_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct RequestQueryKey {
query_class: DNSClass,
}

#[derive(Clone, Debug, Eq, Hash, PartialEq, Ord, PartialOrd)]
#[derive(Clone, Debug, Hash, Eq, PartialEq, Ord, PartialOrd)]
pub struct RequestKey {
query_keys: Vec<RequestQueryKey>,
}
Expand Down

0 comments on commit 8c0be68

Please sign in to comment.