thscharler / spreadsheet-ods

Apache License 2.0
29 stars 6 forks source link

Fix warnings #40

Closed Shatur closed 12 months ago

Shatur commented 1 year ago

I noticed a few warnings in the project and decided to fix them. First I ran cargo clippy --fix. I think it contains reasonable changes. Then I resolved suspicious_doc_comments manually because cargo --fix skips it. And last two warnings I just silenced for now, let me know if you prefer to fix them properly.