mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +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> {
|
pub(crate) struct OwnedTasks<S: 'static> {
|
||||||
inner: Mutex<CountedOwnedTasksInner<S>>,
|
inner: Mutex<CountedOwnedTasksInner<S>>,
|
||||||
id: u64,
|
id: u64,
|
||||||
|
|||||||
Reference in New Issue
Block a user