initiative-sh / initiative.sh

A web-based command line for game masters
https://initiative.sh/
GNU General Public License v3.0
44 stars 4 forks source link

Fix clippy errors encountered in GH Actions for Rust 1.70.0 #315

Closed ChrisRenfrow closed 1 year ago

ChrisRenfrow commented 1 year ago

Used cargo clippy --fix --lib -p initiative-core to fix #314

This then caused rustfmt to be unhappy, so I fixed that too.