ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Make crate `cargo clippy` clean #72

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

cargo clippy currently generates a large number of warnings. I'm going to go through and fix them, and add a check to the Github workflow to perform clippy's checks when it runs.