rustgd / cgmath

A linear algebra and mathematics library for computer graphics.
https://docs.rs/cgmath
Apache License 2.0
1.12k stars 155 forks source link

Clippy warnings #546

Closed gents83 closed 2 years ago

gents83 commented 2 years ago

Is it possible to fix warnings with clippy?

running cargo clippy --no-deps -- -D warnings would do the job to identify errors.

If allowed, I would be pleased to do a pull request fixing them :)

gents83 commented 2 years ago

I did it :)