From 8108de21290548081b0a826cecd12444e58991d6 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 21 Jun 2023 01:29:43 +0000 Subject: [PATCH] remove repr align --- tokio/src/runtime/task/core.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tokio/src/runtime/task/core.rs b/tokio/src/runtime/task/core.rs index 779cfa90a..640ed42bb 100644 --- a/tokio/src/runtime/task/core.rs +++ b/tokio/src/runtime/task/core.rs @@ -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 { /// Hot task state data pub(super) header: Header,