linebender / piet

An abstraction for 2D graphics.
Apache License 2.0
1.23k stars 95 forks source link

Satisfy clippy 1.63 #529

Closed xStrom closed 1 year ago

xStrom commented 1 year ago

This PR addresses the following clippy lints:

The PartialEq without Eq lint seems somewhat slippery in general, because we might want to expand a type with floats or such in the future. However in the specific cases here I think it's fine.