Skip to content

Commit

Permalink
Change feature(unique) to feature(ptr_internals); will likely have to…
Browse files Browse the repository at this point in the history
… change more in the future due to rust-lang/rust#46952
  • Loading branch information
rozbb committed Jan 22, 2018
1 parent 3d02b33 commit f8ecd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]

Expand Down

0 comments on commit f8ecd1c

Please sign in to comment.