ErikNatanael / knyst

Apache License 2.0
34 stars 4 forks source link

Fix clippy warnings #2

Closed harudagondi closed 2 years ago

harudagondi commented 2 years ago

clippy is a rust linter that makes your rust code idiomatic :)

You should also run cargo fmt on your code.

ErikNatanael commented 2 years ago

Yes, I should enable some more lints for sure. Thought I had run cargo fmt, but obviously not. Thanks!