-
Notifications
You must be signed in to change notification settings - Fork 831
std -> core #614
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
std -> core #614
Conversation
How does the |
oh right, can you maybe replace that with |
Rust 1.29 doesn't support that syntax |
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.
utACK 20f6eedba9d577c86300fd5d9ab99d35ef9a0b82
Left some minor nits but overall it looks good and hopefully gets us closer to no-std.
20f6eed
to
95aa3bf
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.
utACK 95aa3bf
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.
Use the core crate when possible, in preparation for
no_std
mode.See #603 and #409