Skip to content

Commit b0a4e29

Browse files
committed
Fix compilation with nightly feature
1 parent 845b2db commit b0a4e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/local.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ where
325325
}
326326
}
327327

328+
#[cfg(not(feature = "nightly"))]
328329
unsafe impl<A> Allocator for &mut BlinkAlloc<A>
329330
where
330331
A: Allocator,

0 commit comments

Comments
 (0)