whisperfish / rust-phonenumber

Library for parsing, formatting and validating international phone numbers.
Apache License 2.0
156 stars 55 forks source link

Make sure there are no unessesary panics. #36

Open rustonaut opened 3 years ago

rustonaut commented 3 years ago
rubdos commented 2 months ago

If someone wants to tackle this: #[deny(clippy:unwrap_used,clippy::expect_used)] is a thing, but yields quite a lot of errors.