rust-phonenumber
rust-phonenumber copied to clipboard
Make sure there are no unessesary panics.
- [ ] go though all unwrap usages
- [ ] make sure error handling is documented appropriately
If someone wants to tackle this: #[deny(clippy:unwrap_used,clippy::expect_used)] is a thing, but yields quite a lot of errors.