Skip to content

Prevent other crates from implementing our traits #38

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 3 commits into from
Apr 12, 2019

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