sapporo-wes / tataki

Command line tool for detecting life science data types.
Apache License 2.0
4 stars 2 forks source link

Fix most clippy warnings #10

Closed imartayan closed 3 months ago

imartayan commented 3 months ago

I've fixed most of the warnings reported by clippy:

cargo clippy -- -W clippy::nursery

There are two left, I may fix them later.

fmaccha commented 3 months ago

Thank you for the PR! I can't check it right now. I'll look at it later, so please wait a moment!

fmaccha commented 3 months ago

Merged them. Thank you!