()
| 20 | } |
| 21 | |
| 22 | fn main() { |
| 23 | let emails: Vec<String> = vec!["test.email+alex@leetcode.com","test.e.mail+bob.cathy@leetcode.com","testemail+david@lee.tcode.com"] |
| 24 | .iter().map(|e|e.to_string()).collect(); |
| 25 | println!("{:?}", num_unique_emails(emails)); |
| 26 | } |
nothing calls this directly
no outgoing calls
no test coverage detected