artichoke / strftime-ruby

⏳ Ruby `Time#strftime` parser and formatter
https://crates.io/crates/strftime-ruby
MIT License
12 stars 0 forks source link

Suppress `clippy::should_panic_without_expect` lint violations #119

Closed lopopolo closed 9 months ago

lopopolo commented 9 months ago

This lint fires on generic assert helpers for test and const programming, where the error messages are not user-facing.