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:
@@ -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)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user