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

Relax trait bounds on 'impl' blocks #19

Closed
wants to merge 1 commit into from
Closed

Relax trait bounds on 'impl' blocks #19

wants to merge 1 commit into from

Conversation

JOE1994
Copy link

@JOE1994 JOE1994 commented Aug 17, 2020

Hello 🦀 ,
This PR divides the impl block for IndexList<T> into two,
in order to relax trait bounds on methods that don't require PartialEq.
This PR also relaxes trait bounds on other impl blocks, too.

Thank you for reviewing this PR 👍 🦸

closes #2

This commit divides the 'impl' block for IndexList<T> into two,
in order to relax trait bounds on methods that don't require 'PartialEq'.
This commit also relaxes trait bounds on other 'impl' blocks, too.

Thank you for reviewing :)
@JOE1994 JOE1994 closed this Nov 11, 2023
@JOE1994 JOE1994 deleted the relax_bounds branch November 11, 2023 16:00
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.

Relax some bounds
1 participant