Skip to content

Commit 085c264

Browse files
committed
Restore Send bound unsafely
1 parent 4204ae3 commit 085c264

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ pub struct Heap {
4040
holes: HoleList,
4141
}
4242

43+
unsafe impl Send for Heap {}
44+
4345
impl Heap {
4446
/// Creates an empty heap. All allocate calls will return `None`.
4547
#[cfg(not(feature = "const_mut_refs"))]

0 commit comments

Comments
 (0)