collections: Split the collections feature

This commit also deprecates the `as_string` and `as_slice` free functions in the
`string` and `vec` modules.
This commit is contained in:
Alex Crichton
2015-06-09 14:39:23 -07:00
parent c44f5399e4
commit d444d0c357
30 changed files with 197 additions and 155 deletions

View File

@@ -36,7 +36,6 @@
#![feature(asm)]
#![feature(box_syntax)]
#![feature(collections)]
#![feature(duration)]
#![feature(duration_span)]
#![feature(fnbox)]
@@ -44,6 +43,7 @@
#![feature(libc)]
#![feature(rustc_private)]
#![feature(set_stdio)]
#![feature(slice_extras)]
#![feature(staged_api)]
#![feature(std_misc)]