YarnSpinnerTool / YarnSpinner-Rust

The friendly tool for writing game dialogue in Rust
https://janhohenheim.itch.io/yarnspinner-rust-demo
Apache License 2.0
173 stars 15 forks source link

Fixes for CI #190

Closed stargazing-dino closed 5 months ago

stargazing-dino commented 6 months ago

Fixes CI for new lints

https://rust-lang.github.io/rust-clippy/master/#/redundant_clone

and some more unused code that wasn't being caught before.

(I always forget to run rustup so it's surprising to see difference in CI and locally haha)