mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
remove repr align
This commit is contained in:
@@ -29,7 +29,6 @@ use std::task::{Context, Poll, Waker};
|
||||
/// Any changes to the layout of this struct _must_ also be reflected in the
|
||||
/// const fns in raw.rs.
|
||||
#[repr(C)]
|
||||
#[repr(align(128))]
|
||||
pub(super) struct Cell<T: Future, S> {
|
||||
/// Hot task state data
|
||||
pub(super) header: Header,
|
||||
|
||||
Reference in New Issue
Block a user