-
Notifications
You must be signed in to change notification settings - Fork 15
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
Remove unstable feature and code and modernize #32
Remove unstable feature and code and modernize #32
Conversation
Can I get a review here @rust-embedded/hal ? |
@eldruin As mentioned here: #28 (comment) we said we would wait a few days for objections before executing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the one Infallible
nit LGTM.
Great. Should be solved now. |
Would you like to keep the 11 commits or condense this a bit more? (No request, just a question) I think we'll wait until tomorrow and then I'll pull the trigger. |
Hmm I could squash them but then we would lose the info about the merged 0.1.2 release commit, since I discovered that too late. |
@eldruin Hah, you could use that opportunity to learn about |
f03493e
to
885f461
Compare
Ok I've squashed them now. |
885f461
to
d876154
Compare
d876154
to
4cb937c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the changes.
bors r+
The tests can now be run on Rust >= 1.34.0 (due to Infallible).
Closes #28