harfbuzz / rustybuzz

A complete harfbuzz's shaping algorithm port to Rust
MIT License
551 stars 37 forks source link

Apply a bunch of clippy fixes #50

Closed CryZe closed 2 years ago

CryZe commented 2 years ago

This applies a bunch of clippy fixes. It also fixes a few actual bugs and slow code paths that clippy correctly identified as such.