fixed the 'as_slice' deprecated warning

This commit is contained in:
Ravi Shankar 2015-09-26 00:51:04 +05:30
parent e04c2c78ee
commit 35d7ced89e
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(ascii)]
#![feature(as_slice)]
#![feature(as_unsafe_cell)]
#![feature(borrow_state)]
#![feature(box_syntax)]