-
-
Notifications
You must be signed in to change notification settings - Fork 113
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 additional type bounds to Impl traits #1519
Conversation
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.
Basically the same comments to everything :)
f30a7aa
to
bf09d82
Compare
I removed all sealed traits except for the one for ObjectImplExt, which I am unsure about. But I don't see much harm in that one. |
What's different with that one? Seems like the others to me and should be fine with just the |
bf09d82
to
03bdfd2
Compare
You're right. I was thinking because you don't need to specify them in the wrapper macro, but that's unrelated. |
03bdfd2
to
d997c25
Compare
As discussed on matrix, I added additional |
d997c25
to
0575a08
Compare
0575a08
to
f065259
Compare
Some failing tests :) |
f065259
to
7e1f8dc
Compare
Remove the Sealed traits, as they are now unnecessary.
7e1f8dc
to
07dbf34
Compare
See #1515