Skip to content

Commit f8ecd1c

Browse files
committed
Change feature(unique) to feature(ptr_internals); will likely have to change more in the future due to rust-lang/rust#46952
1 parent 3d02b33 commit f8ecd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#![crate_name="ramp"]
1717

1818
#![feature(core_intrinsics, asm, allocator_api)]
19-
#![feature(step_trait, unique, alloc)]
19+
#![feature(step_trait, ptr_internals, alloc)]
2020

2121
#![cfg_attr(test, feature(test))]
2222

0 commit comments

Comments
 (0)