We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4204ae3 commit 085c264Copy full SHA for 085c264
src/lib.rs
@@ -40,6 +40,8 @@ pub struct Heap {
40
holes: HoleList,
41
}
42
43
+unsafe impl Send for Heap {}
44
+
45
impl Heap {
46
/// Creates an empty heap. All allocate calls will return `None`.
47
#[cfg(not(feature = "const_mut_refs"))]
0 commit comments