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

Add some Into's #129

Merged
merged 3 commits into from
Jul 30, 2017
Merged

Add some Into's #129

merged 3 commits into from
Jul 30, 2017

Conversation

amandasaurus
Copy link
Member

In this patch, I've added some Into<_> for things, to make it easy to convert from one type to another where appropriate, such as convert a Point into a Geometry (a Geometry::Point(p) obviously), likewise

This should make the types easier to use.

@frewsxcv
Copy link
Member

Thanks!

bors r+

bors bot added a commit that referenced this pull request Jul 30, 2017
129: Add some Into's r=frewsxcv

In this patch, I've added some Into<_> for things, to make it easy to convert from one type to another where appropriate, such as convert a `Point` into a `Geometry` (a `Geometry::Point(p)` obviously), likewise 

This should make the types easier to use.
@bors
Copy link
Contributor

bors bot commented Jul 30, 2017

Build succeeded

@bors bors bot merged commit 67bdf2a into georust:master Jul 30, 2017
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