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.
nightly
1 parent 845b2db commit 042d650Copy full SHA for 042d650
src/local.rs
@@ -325,6 +325,7 @@ where
325
}
326
327
328
+#[cfg(not(feature = "nightly"))]
329
unsafe impl<A> Allocator for &mut BlinkAlloc<A>
330
where
331
A: Allocator,
src/sync.rs
@@ -391,6 +391,7 @@ where
391
392
393
394
395
unsafe impl<A> Allocator for &mut SyncBlinkAlloc<A>
396
397
@@ -602,6 +603,7 @@ where
602
603
604
605
606
607
unsafe impl<A> Allocator for &mut LocalBlinkAlloc<'_, A>
608
609
0 commit comments