Skip to content

Commit 658e58c

Browse files
cmontellaphil-opp
authored andcommitted
Temporarily add ptr_internals feature until we replaced ptr::Unique use (#9)
1 parent 22693ba commit 658e58c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![feature(const_fn)]
33
#![feature(alloc, allocator_api)]
44
#![no_std]
5+
#![feature(ptr_internals)]
56

67
extern crate alloc;
78

0 commit comments

Comments
 (0)