Skip to content

Derive Eq for the SPI enums #126

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

Merged
merged 1 commit into from
Feb 27, 2019
Merged

Derive Eq for the SPI enums #126

merged 1 commit into from
Feb 27, 2019

Conversation

jonas-schievink
Copy link
Contributor

@jonas-schievink jonas-schievink commented Feb 27, 2019

This allows matching against these in downstream crates, and seems like
a logical addition to the existing PartialEq (since this doesn't contain
any floats, obviously).

This allows matching against these in downstream crates, and seems like
a logical addition to the existing PartialEq (since this doesn't contain
any floats, obviously).
@rust-highfive
Copy link

r? @japaric

(rust_highfive has picked a reviewer for you, use r? to override)

Copy link
Member

@japaric japaric left a comment

Choose a reason for hiding this comment

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

Thanks!

bors r+

bors bot added a commit that referenced this pull request Feb 27, 2019
126: Derive Eq for the SPI enums r=japaric a=jonas-schievink

This allows matching against these in downstream crates, and seems like
a logical addition to the existing PartialEq (since this doesn't contain
any floats, obviously).

Co-authored-by: Jonas Schievink <[email protected]>
@bors
Copy link
Contributor

bors bot commented Feb 27, 2019

Build succeeded

@bors bors bot merged commit 188f44c into rust-embedded:master Feb 27, 2019
@jonas-schievink jonas-schievink deleted the spi-eq branch February 27, 2019 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Review is incomplete T-hal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants