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.
allow(dead_code)
1 parent 2d35d75 commit b6d5f45Copy full SHA for b6d5f45
alloc/src/boxed/thin.rs
@@ -171,7 +171,6 @@ struct WithHeader<H>(NonNull<u8>, PhantomData<H>);
171
/// An opaque representation of `WithHeader<H>` to avoid the
172
/// projection invariance of `<T as Pointee>::Metadata`.
173
#[repr(transparent)]
174
-#[allow(dead_code)] // Field only used through `WithHeader` type above.
175
struct WithOpaqueHeader(NonNull<u8>);
176
177
impl WithOpaqueHeader {
0 commit comments