You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(allocator): remove unnecessary Send impl for FixedSizeAllocator (#12426)
Pure refactor. #12380 removed the `NonNull<u8>` from `FixedSizeAllocator`, so `FixedSizeAllocator` is now automatically `Send`. Remove redundant manual `Send` impl.
0 commit comments