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

Switch to stable TryFrom trait #111

Merged
merged 16 commits into from
Apr 12, 2019
Merged

Switch to stable TryFrom trait #111

merged 16 commits into from
Apr 12, 2019

Conversation

urschrei
Copy link
Member

@urschrei urschrei commented Apr 9, 2019

Rust 1.34 stabilises the TryFrom trait, so we can switch to it (after the 11th of April), removing the previous manual implementation.

@urschrei urschrei requested a review from frewsxcv April 12, 2019 09:37
Copy link
Member

@frewsxcv frewsxcv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 👏 👏 👏 👏

@frewsxcv
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Apr 12, 2019
111: Switch to stable TryFrom trait r=frewsxcv a=urschrei

Rust 1.34 [stabilises the TryFrom trait](https://github.com/rust-lang/rust/blob/master/RELEASES.md#std--core), so we can switch to it (after the 11th of April), removing the previous manual implementation.

Co-authored-by: Stephan Hügel <shugel@tcd.ie>
@bors
Copy link
Contributor

bors bot commented Apr 12, 2019

Build succeeded

@bors bors bot merged commit 8014709 into master Apr 12, 2019
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