tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.61k stars 155 forks source link

Make clippy happy #313

Closed jqnatividad closed 1 year ago

jqnatividad commented 1 year ago

ran

cargo +nightly clippy -- -W clippy::perf and cargo +nightly clippy -- -W clippy::pedantic

and applied some select clippy suggestions

tafia commented 1 year ago

Thanks