Skip to content

Conversation

jturner314
Copy link
Member

@jturner314 jturner314 commented Apr 11, 2019

This allows us to freely add new functionality to the traits without breaking changes.

Fixes #34.

This allows us to freely add new functionality to the traits without
breaking changes.
This still prevents other crates from implementing our traits, but it
has the advantage that it also prevents them from calling the
`__private__` methods.
@LukeMathWalker LukeMathWalker merged commit 4c52651 into master Apr 12, 2019
@LukeMathWalker LukeMathWalker deleted the private-marker branch April 12, 2019 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent other crates from implementing *Ext traits
2 participants