linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.45k stars 569 forks source link

Convert approx_eq! calls to assert_approx_eq! #2331

Closed cbondurant closed 1 year ago

cbondurant commented 1 year ago

Resolves issue #2140

No other changes were needed, all tests still passed after this change.

xStrom commented 1 year ago

Thanks for taking this on! Overall it looks good, but the changelog entry should be moved from the Added section to the Maintenance section, because this isn't actually a new feature that Druid users can use, but instead it involves internal tests.

cbondurant commented 1 year ago

Gotcha. That amend should fix it.