Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rstar #468

Merged
merged 3 commits into from
May 25, 2020
Merged

Bump rstar #468

merged 3 commits into from
May 25, 2020

Conversation

urschrei
Copy link
Member

v0.8.0 was just released, containing perf improvements.

v0.8.0 was just released, containing perf improvements.
@frewsxcv
Copy link
Member

error[E0277]: the trait bound `geo_types::Line<T>: rstar::Point` is not satisfied

   --> geo/src/algorithm/simplifyvw.rs:250:11

    |

250 |     tree: &mut RTree<Line<T>>,

    |           ^^^^^^^^^^^^^^^^^^^ the trait `rstar::Point` is not implemented for `geo_types::Line<T>`

    |

    = note: required because of the requirements on the impl of `rstar::RTreeObject` for `geo_types::Line<T>`

    = note: required by `rstar::RTree`

error[E0277]: the trait bound `geo_types::Line<T>: rstar::Point` is not satisfied

   --> geo/src/algorithm/simplifyvw.rs:395:11

    |

395 |     tree: &RTree<Line<T>>,

    |           ^^^^^^^^^^^^^^^ the trait `rstar::Point` is not implemented for `geo_types::Line<T>`

    |

    = note: required because of the requirements on the impl of `rstar::RTreeObject` for `geo_types::Line<T>`

    = note: required by `rstar::RTree`

error: aborting due to 2 previous errors

@urschrei
Copy link
Member Author

ಠ_ಠ

@urschrei
Copy link
Member Author

Bors r+

@bors
Copy link
Contributor

bors bot commented May 25, 2020

Build succeeded:

@bors bors bot merged commit e13078f into master May 25, 2020
@urschrei urschrei deleted the urschrei-bump-rstar branch May 25, 2020 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants