servo / euclid

Geometry primitives (basic linear algebra) for Rust
Other
462 stars 103 forks source link

`Rotation2D` does not implement `Debug` #525

Closed staticintlucas closed 1 month ago

staticintlucas commented 2 months ago

Rotation2D doesn't implement the Debug trait.

I assume this is an oversight since every other type seems to implement Debug?

nical commented 2 months ago

Indeed that's an oversight