ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
257 stars 27 forks source link

feat: add Eq when possible on PartialEq #188

Closed EdJoPaTo closed 1 month ago

EdJoPaTo commented 1 month ago

Added the lint (which is why I noticed it) so it won't happen again in the future.

Also simplify some match cases I noticed.