From f8ecd1c0171b7603d90a0e798b9974be4a8af275 Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Mon, 22 Jan 2018 14:12:14 -0500 Subject: [PATCH] Change feature(unique) to feature(ptr_internals); will likely have to change more in the future due to https://github.com/rust-lang/rust/pull/46952 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index cd545a169d..ad7091041c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ #![crate_name="ramp"] #![feature(core_intrinsics, asm, allocator_api)] -#![feature(step_trait, unique, alloc)] +#![feature(step_trait, ptr_internals, alloc)] #![cfg_attr(test, feature(test))]