rust-phonenumber icon indicating copy to clipboard operation
rust-phonenumber copied to clipboard

Make sure there are no unessesary panics.

Open rustonaut opened this issue 5 years ago • 1 comments

  • [ ] go though all unwrap usages
  • [ ] make sure error handling is documented appropriately

rustonaut avatar Apr 11 '21 21:04 rustonaut

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

rubdos avatar Jul 07 '24 15:07 rubdos