diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index d72b52615eb..480c1a502c6 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -85,7 +85,6 @@ #![feature(placement_in_syntax)] #![feature(raw)] #![feature(staged_api)] -#![feature(placement_in_syntax)] #![feature(unboxed_closures)] #![feature(unique)] #![feature(unsafe_no_drop_flag, filling_drop)]