mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
rm repr
This commit is contained in:
@@ -53,7 +53,6 @@ cfg_not_has_atomic_u64! {
|
||||
}
|
||||
}
|
||||
|
||||
#[repr(align(128))]
|
||||
pub(crate) struct OwnedTasks<S: 'static> {
|
||||
inner: Mutex<CountedOwnedTasksInner<S>>,
|
||||
id: u64,
|
||||
|
||||
Reference in New Issue
Block a user