Skip to content

Commit

Permalink
feat: derive Eq for NoProxy
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <jeremie.drouet@datadoghq.com>
  • Loading branch information
jdrouet committed Jul 22, 2021
1 parent 7b88682 commit ec93457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl NoProxyItem {
}
}

#[derive(Clone, Debug, Default, PartialEq)]
#[derive(Clone, Debug, Default, Eq, PartialEq)]
pub struct NoProxy {
content: HashSet<NoProxyItem>,
has_wildcard: bool,
Expand Down

0 comments on commit ec93457

Please sign in to comment.