remove repr align

This commit is contained in:
Carl Lerche
2023-06-21 01:29:43 +00:00
parent cbacaa3e4f
commit 8108de2129
-1
View File
@@ -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,