We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95e91a commit c79eb97Copy full SHA for c79eb97
src/context.rs
@@ -97,9 +97,6 @@ pub struct AllPreallocated<'buf> {
97
98
mod private {
99
use super::*;
100
- // A trick to prevent users from implementing a trait.
101
- // On one hand this trait is public, on the other it's in a private module
102
- // so it's not visible to anyone besides it's parent (the context module).
103
pub trait Sealed {}
104
105
impl<'buf> Sealed for AllPreallocated<'buf> {}
0 commit comments