fdehau / tui-rs

Build terminal user interfaces and dashboards using Rust
MIT License
10.84k stars 485 forks source link

chore: fix clippy warnings #655

Closed fdehau closed 2 years ago

fdehau commented 2 years ago

Description

clippy included in the last version of rust is complaining about missing Eq derive. This PR adds them.

Testing guidelines

Checklist