Closed nyurik closed 2 years ago
Use coord! macro instead of geo_types::Coordinate<T> { x, y }. Doing this makes coordinate creation consistent, and allows more flexibility in the geo_types repo to introduce object changes.
coord!
geo_types::Coordinate<T> { x, y }
CHANGES.md
bors r+
not sure why the previous one didn't seem to take...
Build succeeded:
Use
coord!
macro instead ofgeo_types::Coordinate<T> { x, y }
. Doing this makes coordinate creation consistent, and allows more flexibility in the geo_types repo to introduce object changes.[ ] I added an entry to
CHANGES.md
if knowledge of this change could be valuable to users.