SiegeEngineers / genie-rs

Rust libraries for reading/writing various Age of Empires I/II files.
https://docs.rs/genie
GNU General Public License v3.0
18 stars 9 forks source link

Fix clippy lints #46

Closed simonsan closed 3 years ago

simonsan commented 3 years ago

API-Breaking change: Rename to_string_lang -> get_string_from_lang due to taking &self which is not conventional for to_*-functions

r? @the-eater @goto-bus-stop

simonsan commented 3 years ago

could you maybe split the clippy fixes and package updates into separate commits?

Done