linebender / parley

Rich text layout library
Apache License 2.0
158 stars 18 forks source link

lints: Enable `warn(unused_qualifications)` #53

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

This helps point out where the code can be more concistent with an identifier already being in scope and not needing qualifications.

waywardmonkeys commented 1 month ago

This is similar to one that is in Peniko: https://github.com/linebender/peniko/pull/33 and another in Kurbo: https://github.com/linebender/kurbo/pull/346