-
Notifications
You must be signed in to change notification settings - Fork 211
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
[357] Sealing access::{Guard, WritePtr} #477
Conversation
I don't think these are proper sealed traits. The purpose of putting a |
c774739
to
febab61
Compare
You are correct, I was using the wrong pattern here. Updated the tests and the traits. |
3ca45b9
to
a2c6e1f
Compare
bors try |
tryBuild succeeded: |
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.
bors r+
Build succeeded: |
Resolves part of #357
Traits that are #[doc(hidden)] but should be public and sealed