Skip to content

Commit

Permalink
Derive common traits for NormalizedAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
kodemartin committed Jul 15, 2021
1 parent 31f9ee2 commit d45c58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/expand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ pub struct NormalizeOptions<'a> {
}

/// Collections of normalized variations of postal address.
#[derive(Clone, Hash, Debug)]
pub struct NormalizedAddress {
variations: Vec<String>,
n: size_t,
Expand Down

0 comments on commit d45c58a

Please sign in to comment.