erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

Follow clippy warnings #137

Closed ytoml closed 2 years ago

ytoml commented 2 years ago

For now, we have a lot of clippy warnings left untouched. In this PR, I fixed them all but below (just suppressing with attributes).

To avoid API Breaking changes: module/crate level

local

To preserve readability:

@mtshiba

ytoml commented 2 years ago

And now we can set CI for clippy after this PR.

mtshiba commented 2 years ago

I added clippy checks to pre-commit and GitHub Actions. Thank you!