mooman219 / fontdue

The fastest font renderer in the world, written in pure rust.
Apache License 2.0
1.44k stars 71 forks source link

Fix: address various Clippy warnings #95

Closed BastiDood closed 2 years ago

BastiDood commented 2 years ago

This PR simply runs cargo clippy --fix over the codebase. One of the tests did require manual re-formatting. I simply unwrapped the Err so that the test panics in case it is not possible to save a file.

Thanks! 🎉