linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
697 stars 67 forks source link

lints: Enable `warn(unused_qualifications)` #346

Closed waywardmonkeys closed 3 months ago

waywardmonkeys commented 3 months ago

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

waywardmonkeys commented 3 months ago

For reference, it existed earlier than December, 2021, so I know it is fine here. :)