servo / euclid

Geometry primitives (basic linear algebra) for Rust
Other
458 stars 102 forks source link

(Breaking change) Remove fmt::Display implementation #422

Closed nical closed 4 years ago

nical commented 4 years ago

In #421 @nox suggested not implementing Display and just using Debug. It's completely fine by me and @kvark gave it the thumbs up. So I'll let the idea float around here and baring any objections will remove Display impls whenever we do the next breaking change.