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 PartialEq as trait bound for T #51

Merged
merged 2 commits into from
May 7, 2024
Merged

Conversation

jmole
Copy link
Contributor

@jmole jmole commented May 4, 2024

Fixes #50

Add partialEq as trait bound for T
@becheran
Copy link
Owner

becheran commented May 4, 2024

Could you please add tests to make sure that what did not work before will work after this pr?

@jmole
Copy link
Contributor Author

jmole commented May 4, 2024

Added

@becheran becheran merged commit 62782c0 into becheran:master May 7, 2024
3 checks passed
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.

error[E0369]: binary operation == cannot be applied to type grid::Grid<{float}>
2 participants