diff options
Diffstat (limited to 'liballoc/lib.rs')
| -rw-r--r-- | liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/liballoc/lib.rs b/liballoc/lib.rs index c2dad9a..0293d54 100644 --- a/liballoc/lib.rs +++ b/liballoc/lib.rs @@ -90,7 +90,6 @@ #![feature(unique)] #![feature(unsafe_no_drop_flag, filling_drop)] #![feature(unsize)] -#![feature(extended_compare_and_swap)] #![cfg_attr(not(test), feature(raw, fn_traits, placement_new_protocol))] #![cfg_attr(test, feature(test, box_heap))] |